public class S3Bucket extends HeaderResponse
| 限定符和类型 | 字段 | 说明 |
|---|---|---|
protected AccessControlList |
acl |
|
protected String |
bucketName |
|
protected BucketTypeEnum |
bucketTypeEnum |
|
protected String |
clustertype |
|
protected Date |
creationDate |
|
static String |
GLACIER |
已过时。
|
protected String |
location |
|
protected Map<String,Object> |
metadata |
|
protected Owner |
owner |
|
static String |
STANDARD |
已过时。
|
static String |
STANDARD_IA |
已过时。
|
protected StorageClassEnum |
storageClass |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
AccessControlList |
getAcl() |
|
String |
getBucketName() |
|
StorageClassEnum |
getBucketStorageClass() |
|
String |
getClustertype() |
|
Date |
getCreationDate() |
|
String |
getLocation() |
|
Map<String,Object> |
getMetadata() |
|
Owner |
getOwner() |
|
String |
getStorageClass() |
已过时。
|
void |
setAcl(AccessControlList acl) |
|
void |
setBucketName(String bucketName) |
|
void |
setBucketStorageClass(StorageClassEnum storageClass) |
|
void |
setClustertype(String clustertype) |
|
void |
setCreationDate(Date bucketCreationDate) |
|
void |
setLocation(String location) |
|
void |
setMetadata(Map<String,Object> metadata) |
|
void |
setOwner(Owner bucketOwner) |
|
void |
setStorageClass(String storageClass) |
已过时。
|
String |
toString() |
getOriginalHeaders, getRequestId, getResponseHeaders, getStatusCode@Deprecated public static final String STANDARD
@Deprecated public static final String STANDARD_IA
@Deprecated public static final String GLACIER
protected String bucketName
protected Owner owner
protected Date creationDate
protected String location
protected String clustertype
protected StorageClassEnum storageClass
protected AccessControlList acl
protected BucketTypeEnum bucketTypeEnum
public String getBucketName()
public void setBucketName(String bucketName)
public Owner getOwner()
public void setOwner(Owner bucketOwner)
public Date getCreationDate()
public void setCreationDate(Date bucketCreationDate)
public String getLocation()
public void setLocation(String location)
public AccessControlList getAcl()
public void setAcl(AccessControlList acl)
@Deprecated public String getStorageClass()
@Deprecated public void setStorageClass(String storageClass)
public StorageClassEnum getBucketStorageClass()
public void setBucketStorageClass(StorageClassEnum storageClass)
public String getClustertype()
public void setClustertype(String clustertype)
public String toString()
toString 在类中 HeaderResponseCopyright © 2025. All rights reserved.