Class AtlanFile

All Implemented Interfaces:
AtlanResponseInterface, Serializable

public class AtlanFile extends ApiResource
See Also:
  • Method Details

    • builder

      public static AtlanFile.AtlanFileBuilder builder()
    • getId

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

      public String getVersion()
      TBC
    • getCreatedAt

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

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

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

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

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

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

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

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

      public Boolean getIsEncrypted()
      Whether the file 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 file 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