类 GetBucketStorageClassResponse
- java.lang.Object
-
- com.baidubce.model.AbstractBceResponse
-
- com.baidubce.services.bos.model.BosResponse
-
- com.baidubce.services.bos.model.GetBucketStorageClassResponse
-
- 所有已实现的接口:
Serializable
public class GetBucketStorageClassResponse extends BosResponse
- 另请参阅:
- 序列化表格
-
-
字段概要
-
从类继承的字段 com.baidubce.model.AbstractBceResponse
metadata
-
-
构造器概要
构造器 构造器 说明 GetBucketStorageClassResponse()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetStorageClass()Gets the storageClass of the input file which is be uploaded to Baidu Bos.voidsetStorageClass(String storageClass)Sets the storageClass of the input file which is be uploaded to Baidu Bos.StringtoString()-
从类继承的方法 com.baidubce.services.bos.model.BosResponse
getMetadata
-
-
-
-
方法详细资料
-
getStorageClass
public String getStorageClass()
Gets the storageClass of the input file which is be uploaded to Baidu Bos.- 返回:
- storageClass The StorageClass is an identification that distinguish between infrequent access bos and standard bos.
-
setStorageClass
public void setStorageClass(String storageClass)
Sets the storageClass of the input file which is be uploaded to Baidu Bos.- 参数:
storageClass- The StorageClass is an identification that distinguish between infrequent access bos and standard bos.
-
-