Class DocumentData
java.lang.Object
org.apache.fineract.client.models.DocumentData
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class DocumentData
extends Object
DocumentData
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) booleanGet descriptionGet fileNamegetId()Get idGet locationgetName()Get nameGet parentEntityIdGet parentEntityTypegetSize()Get sizeGet storageTypegetType()Get typeinthashCode()parentEntityId(Long parentEntityId) parentEntityType(String parentEntityType) voidsetDescription(String description) voidsetFileName(String fileName) voidvoidsetLocation(String location) voidvoidsetParentEntityId(Long parentEntityId) voidsetParentEntityType(String parentEntityType) voidvoidsetStorageType(Integer storageType) voidstorageType(Integer storageType) toString()
-
Field Details
-
SERIALIZED_NAME_DESCRIPTION
- See Also:
-
SERIALIZED_NAME_FILE_NAME
- See Also:
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_LOCATION
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_PARENT_ENTITY_ID
- See Also:
-
SERIALIZED_NAME_PARENT_ENTITY_TYPE
- See Also:
-
SERIALIZED_NAME_SIZE
- See Also:
-
SERIALIZED_NAME_STORAGE_TYPE
- See Also:
-
SERIALIZED_NAME_TYPE
- See Also:
-
-
Constructor Details
-
DocumentData
public DocumentData()
-
-
Method Details
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
fileName
-
getFileName
Get fileName- Returns:
- fileName
-
setFileName
-
id
-
getId
Get id- Returns:
- id
-
setId
-
location
-
getLocation
Get location- Returns:
- location
-
setLocation
-
name
-
getName
Get name- Returns:
- name
-
setName
-
parentEntityId
-
getParentEntityId
Get parentEntityId- Returns:
- parentEntityId
-
setParentEntityId
-
parentEntityType
-
getParentEntityType
Get parentEntityType- Returns:
- parentEntityType
-
setParentEntityType
-
size
-
getSize
Get size- Returns:
- size
-
setSize
-
storageType
-
getStorageType
Get storageType- Returns:
- storageType
-
setStorageType
-
type
-
getType
Get type- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-