public class ResponseFileInfo extends Object
Constructor and Description |
---|
ResponseFileInfo(String type,
String name,
long length)
A POJO for providing File Information HTTP Response.
|
Modifier and Type | Method and Description |
---|---|
long |
getLength()
Get the length of the file.
|
String |
getName()
Get the name of the file.
|
String |
getType()
Get the file type.
|
Copyright © 2023. All Rights Reserved.