Package com.atlan.model.admin
Class AtlanFile
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.net.ApiResource
com.atlan.model.admin.AtlanFile
- All Implemented Interfaces:
AtlanResponseInterface
,Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.atlan.net.ApiResource
ApiResource.RequestMethod
Nested classes/interfaces inherited from class com.atlan.model.core.AtlanObject
AtlanObject.AtlanObjectBuilder<C extends AtlanObject,
B extends AtlanObject.AtlanObjectBuilder<C, B>> -
Field Summary
Fields inherited from class com.atlan.net.ApiResource
CHARSET
Fields inherited from class com.atlan.model.core.AtlanObject
rawJsonObject
-
Method Summary
Modifier and TypeMethodDescriptionstatic AtlanFile.AtlanFileBuilder
builder()
protected boolean
boolean
MIME type for the file that was uploaded.Time at which the file was uploaded (epoch), in milliseconds.Filename extension for the file that was uploaded.Generated name of the file that was uploaded.Size of the file that was uploaded, in bytes.getId()
Unique identifier (GUID) of the file.Whether the file has been archived (true) or is still actively available (false)Whether the file is encrypted (true) or not (false).TBCgetKey()
Generated name of the file that was uploaded.Original name of the file that was uploaded.TBCTime at which the file was last modified (epoch), in milliseconds.TBCTBCint
hashCode()
toString()
Methods inherited from class com.atlan.net.ApiResource
checkNullTypedParams, createQueryString, createQueryString, getLastResponse, getRawJsonObject, request, request, request, request, request, request, request, requestPlainText, requestPlainText, setLastResponse, urlEncode, urlEncodeId
Methods inherited from class com.atlan.model.core.AtlanObject
setRawJsonObject, toJson
-
Method Details
-
builder
-
getId
Unique identifier (GUID) of the file. -
getVersion
TBC -
getCreatedAt
Time at which the file was uploaded (epoch), in milliseconds. -
getUpdatedAt
Time at which the file was last modified (epoch), in milliseconds. -
getFileName
Generated name of the file that was uploaded. -
getRawName
Original name of the file that was uploaded. -
getKey
Generated name of the file that was uploaded. -
getExtension
Filename extension for the file that was uploaded. -
getContentType
MIME type for the file that was uploaded. -
getFileSize
Size of the file that was uploaded, in bytes. -
getIsEncrypted
Whether the file is encrypted (true) or not (false). -
getRedirectUrl
TBC -
getIsUploaded
TBC -
getUploadedAt
TBC -
getIsArchived
Whether the file has been archived (true) or is still actively available (false) -
equals
- Overrides:
equals
in classAtlanObject
-
canEqual
- Overrides:
canEqual
in classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAtlanObject
-
toString
Description copied from class:AtlanObject
- Overrides:
toString
in classApiResource
-