Package org.jclouds.glacier.domain
Class JobMetadata
java.lang.Object
org.jclouds.glacier.domain.JobMetadata
-
Constructor Summary
ConstructorsConstructorDescriptionJobMetadata
(String action, String archiveId, Long archiveSizeInBytes, String archiveSHA256TreeHash, boolean completed, Date completionDate, Date creationDate, Long inventorySizeInBytes, String jobDescription, String jobId, String retrievalByteRange, String sha256TreeHash, String snsTopic, String statusCode, String statusMessage, String vaultArn, InventoryRetrievalParameters parameters) -
Method Summary
-
Constructor Details
-
JobMetadata
@ConstructorProperties({"Action","ArchiveId","ArchiveSizeInBytes","ArchiveSHA256TreeHash","Completed","CompletionDate","CreationDate","InventorySizeInBytes","JobDescription","JobId","RetrievalByteRange","SHA256TreeHash","SNSTopic","StatusCode","StatusMessage","VaultARN","InventoryRetrievalParameters"}) public JobMetadata(String action, @Nullable String archiveId, @Nullable Long archiveSizeInBytes, @Nullable String archiveSHA256TreeHash, boolean completed, @Nullable Date completionDate, Date creationDate, @Nullable Long inventorySizeInBytes, @Nullable String jobDescription, String jobId, @Nullable String retrievalByteRange, @Nullable String sha256TreeHash, @Nullable String snsTopic, String statusCode, @Nullable String statusMessage, String vaultArn, @Nullable InventoryRetrievalParameters parameters)
-
-
Method Details
-
getAction
-
getArchiveId
-
getArchiveSizeInBytes
-
getArchiveSHA256TreeHash
-
isCompleted
public boolean isCompleted() -
getCompletionDate
-
getCreationDate
-
getInventorySizeInBytes
-
getJobDescription
-
getJobId
-
getRetrievalByteRange
-
getSha256TreeHash
-
getSnsTopic
-
getStatusCode
-
getStatusMessage
-
getVaultArn
-
getParameters
-
hashCode
public int hashCode() -
equals
-
toString
-