Class ContentDisposition
java.lang.Object
org.apache.fineract.client.models.ContentDisposition
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class ContentDisposition
extends Object
ContentDisposition
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreationDate(OffsetDateTime creationDate) booleanGet creationDateGet fileNameGet modificationDateGet parametersGet readDategetSize()Get sizegetType()Get typeinthashCode()modificationDate(OffsetDateTime modificationDate) parameters(Map<String, String> parameters) putParametersItem(String key, String parametersItem) readDate(OffsetDateTime readDate) voidsetCreationDate(OffsetDateTime creationDate) voidsetFileName(String fileName) voidsetModificationDate(OffsetDateTime modificationDate) voidsetParameters(Map<String, String> parameters) voidsetReadDate(OffsetDateTime readDate) voidvoidtoString()
-
Field Details
-
SERIALIZED_NAME_CREATION_DATE
- See Also:
-
SERIALIZED_NAME_FILE_NAME
- See Also:
-
SERIALIZED_NAME_MODIFICATION_DATE
- See Also:
-
SERIALIZED_NAME_PARAMETERS
- See Also:
-
SERIALIZED_NAME_READ_DATE
- See Also:
-
SERIALIZED_NAME_SIZE
- See Also:
-
SERIALIZED_NAME_TYPE
- See Also:
-
-
Constructor Details
-
ContentDisposition
public ContentDisposition()
-
-
Method Details
-
creationDate
-
getCreationDate
Get creationDate- Returns:
- creationDate
-
setCreationDate
-
fileName
-
getFileName
Get fileName- Returns:
- fileName
-
setFileName
-
modificationDate
-
getModificationDate
Get modificationDate- Returns:
- modificationDate
-
setModificationDate
-
parameters
-
putParametersItem
-
getParameters
Get parameters- Returns:
- parameters
-
setParameters
-
readDate
-
getReadDate
Get readDate- Returns:
- readDate
-
setReadDate
-
size
-
getSize
Get size- Returns:
- size
-
setSize
-
type
-
getType
Get type- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-