| 构造器和说明 | 
|---|
OSSObjectSummary()
Constructor. 
 | 
| 限定符和类型 | 方法和说明 | 
|---|---|
String | 
getBucketName()
Gets the  
Bucket name. | 
String | 
getETag()
Gets the object ETag. 
 | 
String | 
getKey()
Gets the object key. 
 | 
Date | 
getLastModified()
Gets the last modified time of the object. 
 | 
Owner | 
getOwner()
Gets the owner of the object. 
 | 
long | 
getSize()
Gets the object Size 
 | 
String | 
getStorageClass()
Gets the storage class of the object. 
 | 
void | 
setBucketName(String bucketName)
Sets the  
Bucket name. | 
void | 
setETag(String eTag)
Sets the object ETag. 
 | 
void | 
setKey(String key)
Sets the object key. 
 | 
void | 
setLastModified(Date lastModified)
Sets the last modified time. 
 | 
void | 
setOwner(Owner owner)
Sets the owner of the object. 
 | 
void | 
setSize(long size)
Sets the object size. 
 | 
void | 
setStorageClass(String storageClass)
Sets the storage class of the object. 
 | 
public void setBucketName(String bucketName)
Bucket name.bucketName - The Bucket name.public String getKey()
public void setKey(String key)
key - Object key.public String getETag()
public void setETag(String eTag)
eTag - ETag value.public long getSize()
public void setSize(long size)
size - Object size.public Date getLastModified()
public void setLastModified(Date lastModified)
lastModified - Last modified time.public Owner getOwner()
public void setOwner(Owner owner)
owner - Object owner.public String getStorageClass()
public void setStorageClass(String storageClass)
storageClass - Object storage class.Copyright © 2019. All Rights Reserved.