类 Destination
- java.lang.Object
-
- com.baidubce.services.bos.model.Destination
-
public class Destination extends Object
The config of dest replication for bucket replication
-
-
构造器概要
构造器 构造器 说明 Destination()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetBucket()Gets the dest replication bucket nameStringgetStorageClass()Gets the dest bucket's object storageclassvoidsetBucket(String bucket)Sets the dest replication bucket namevoidsetStorageClass(String storageClass)Sets the dest bucket's object storageclass
-
-
-
方法详细资料
-
getBucket
public String getBucket()
Gets the dest replication bucket name- 返回:
-
setBucket
public void setBucket(String bucket)
Sets the dest replication bucket name- 参数:
bucket-
-
getStorageClass
public String getStorageClass()
Gets the dest bucket's object storageclass- 返回:
-
setStorageClass
public void setStorageClass(String storageClass)
Sets the dest bucket's object storageclass- 参数:
storageClass-
-
-