Class AtlanImage

All Implemented Interfaces:
AtlanResponseInterface, Serializable

public class AtlanImage extends ApiResource
See Also:
  • Method Details

    • builder

      public static AtlanImage.AtlanImageBuilder builder()
    • getId

      public String getId()
      Unique identifier (GUID) of the image.
    • getVersion

      public String getVersion()
      TBC
    • getCreatedAt

      public Long getCreatedAt()
      Time at which the image was uploaded (epoch), in milliseconds.
    • getUpdatedAt

      public Long getUpdatedAt()
      Time at which the image was last modified (epoch), in milliseconds.
    • getFileName

      public String getFileName()
      Generated name of the image that was uploaded.
    • getRawName

      public String getRawName()
      Original name of the image that was uploaded.
    • getKey

      public String getKey()
      Generated name of the image that was uploaded.
    • getExtension

      public String getExtension()
      Filename extension for the image that was uploaded.
    • getContentType

      public String getContentType()
      MIME type for the image that was uploaded.
    • getFileSize

      public Long getFileSize()
      Size of the image that was uploaded, in bytes.
    • getIsEncrypted

      public Boolean getIsEncrypted()
      Whether the image is encrypted (true) or not (false).
    • getRedirectUrl

      public String getRedirectUrl()
      TBC
    • getIsUploaded

      public Boolean getIsUploaded()
      TBC
    • getUploadedAt

      public String getUploadedAt()
      TBC
    • getIsArchived

      public Boolean getIsArchived()
      Whether the image has been archived (true) or is still actively available (false)
    • equals

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

      protected boolean canEqual(Object other)
      Overrides:
      canEqual in class AtlanObject
    • hashCode

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

      public String toString()
      Description copied from class: AtlanObject
      Overrides:
      toString in class ApiResource