@IdiotProofImmutable public final class ObjectSummary extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ObjectSummary.Builder |
Modifier and Type | Method and Description |
---|---|
static ObjectSummary.Builder |
builder() |
static ObjectSummary |
copyOf(com.amazonaws.services.s3.model.S3ObjectSummary mutable) |
String |
getBucket() |
String |
getEtag()
The etag may or may not be an md5 checksum.
|
String |
getKey() |
long |
getLastModified() |
Owner |
getOwner() |
long |
getSize() |
String |
getStorageClass() |
public static ObjectSummary copyOf(com.amazonaws.services.s3.model.S3ObjectSummary mutable)
public static ObjectSummary.Builder builder()
public long getSize()
public long getLastModified()
public String getStorageClass()
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.