Class Image

java.lang.Object
org.apache.fineract.client.models.Image

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.8.0") public class Image extends Object
Image
  • Field Details

  • Constructor Details

    • Image

      public Image()
  • Method Details

    • id

      public Image id(Long id)
    • getId

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

      public void setId(Long id)
    • location

      public Image location(String location)
    • getLocation

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

      public void setLocation(String location)
    • _new

      public Image _new(Boolean _new)
    • getNew

      @Nullable public Boolean getNew()
      Get _new
      Returns:
      _new
    • setNew

      public void setNew(Boolean _new)
    • storageType

      public Image storageType(Integer storageType)
    • getStorageType

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

      public void setStorageType(Integer storageType)
    • 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