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 Details

  • Constructor Details

    • DocumentData

      public DocumentData()
  • Method Details

    • description

      public DocumentData description(String description)
    • getDescription

      @Nullable public String getDescription()
      Get description
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • fileName

      public DocumentData fileName(String fileName)
    • getFileName

      @Nullable public String getFileName()
      Get fileName
      Returns:
      fileName
    • setFileName

      public void setFileName(String fileName)
    • id

      public DocumentData id(Long id)
    • getId

      @Nullable public Long getId()
      Get id
      Returns:
      id
    • setId

      public void setId(Long id)
    • location

      public DocumentData location(String location)
    • getLocation

      @Nullable public String getLocation()
      Get location
      Returns:
      location
    • setLocation

      public void setLocation(String location)
    • name

      public DocumentData name(String name)
    • getName

      @Nullable public String getName()
      Get name
      Returns:
      name
    • setName

      public void setName(String name)
    • parentEntityId

      public DocumentData parentEntityId(Long parentEntityId)
    • getParentEntityId

      @Nullable public Long getParentEntityId()
      Get parentEntityId
      Returns:
      parentEntityId
    • setParentEntityId

      public void setParentEntityId(Long parentEntityId)
    • parentEntityType

      public DocumentData parentEntityType(String parentEntityType)
    • getParentEntityType

      @Nullable public String getParentEntityType()
      Get parentEntityType
      Returns:
      parentEntityType
    • setParentEntityType

      public void setParentEntityType(String parentEntityType)
    • size

      public DocumentData size(Long size)
    • getSize

      @Nullable public Long getSize()
      Get size
      Returns:
      size
    • setSize

      public void setSize(Long size)
    • storageType

      public DocumentData storageType(Integer storageType)
    • getStorageType

      @Nullable public Integer getStorageType()
      Get storageType
      Returns:
      storageType
    • setStorageType

      public void setStorageType(Integer storageType)
    • type

      public DocumentData type(String type)
    • getType

      @Nullable public String getType()
      Get type
      Returns:
      type
    • setType

      public void setType(String type)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object