public class ListedBucket extends Object implements Serializable
| 构造器和说明 |
|---|
ListedBucket() |
| 限定符和类型 | 方法和说明 |
|---|---|
com.volcengine.tos.comm.common.BucketType |
getBucketType() |
String |
getCreationDate() |
String |
getExtranetEndpoint() |
String |
getIntranetEndpoint() |
String |
getLocation() |
String |
getName() |
String |
getProjectName() |
ListedBucket |
setBucketType(com.volcengine.tos.comm.common.BucketType bucketType) |
ListedBucket |
setCreationDate(String creationDate) |
ListedBucket |
setExtranetEndpoint(String extranetEndpoint) |
ListedBucket |
setIntranetEndpoint(String intranetEndpoint) |
ListedBucket |
setLocation(String location) |
ListedBucket |
setName(String name) |
ListedBucket |
setProjectName(String projectName) |
String |
toString() |
public String getCreationDate()
public ListedBucket setCreationDate(String creationDate)
public String getName()
public ListedBucket setName(String name)
public String getLocation()
public ListedBucket setLocation(String location)
public String getExtranetEndpoint()
public ListedBucket setExtranetEndpoint(String extranetEndpoint)
public String getIntranetEndpoint()
public ListedBucket setIntranetEndpoint(String intranetEndpoint)
public String getProjectName()
public ListedBucket setProjectName(String projectName)
public com.volcengine.tos.comm.common.BucketType getBucketType()
public ListedBucket setBucketType(com.volcengine.tos.comm.common.BucketType bucketType)
Copyright © 2024. All rights reserved.