Package com.atlan.model.admin
Class AtlanImage
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.net.ApiResource
com.atlan.model.admin.AtlanImage
- 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 AtlanImage.AtlanImageBuilder
builder()
protected boolean
boolean
MIME type for the image that was uploaded.Time at which the image was uploaded (epoch), in milliseconds.Filename extension for the image that was uploaded.Generated name of the image that was uploaded.Size of the image that was uploaded, in bytes.getId()
Unique identifier (GUID) of the image.Whether the image has been archived (true) or is still actively available (false)Whether the image is encrypted (true) or not (false).TBCgetKey()
Generated name of the image that was uploaded.Original name of the image that was uploaded.TBCTime at which the image 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 image. -
getVersion
TBC -
getCreatedAt
Time at which the image was uploaded (epoch), in milliseconds. -
getUpdatedAt
Time at which the image was last modified (epoch), in milliseconds. -
getFileName
Generated name of the image that was uploaded. -
getRawName
Original name of the image that was uploaded. -
getKey
Generated name of the image that was uploaded. -
getExtension
Filename extension for the image that was uploaded. -
getContentType
MIME type for the image that was uploaded. -
getFileSize
Size of the image that was uploaded, in bytes. -
getIsEncrypted
Whether the image is encrypted (true) or not (false). -
getRedirectUrl
TBC -
getIsUploaded
TBC -
getUploadedAt
TBC -
getIsArchived
Whether the image 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
-