类 GetBucketReplicationProgressRequest
- java.lang.Object
-
- com.baidubce.model.AbstractBceRequest
-
- com.baidubce.services.bos.model.GenericBucketRequest
-
- com.baidubce.services.bos.model.GetBucketReplicationProgressRequest
-
public class GetBucketReplicationProgressRequest extends GenericBucketRequest
-
-
构造器概要
构造器 构造器 说明 GetBucketReplicationProgressRequest()Constructs a void Constructor for GetBucketReplicationProgressRequest.GetBucketReplicationProgressRequest(String bucketName)Constructs a new GetBucketReplicationProgressRequest to get a specified Bucket Replication Progress.GetBucketReplicationProgressRequest(String bucketName, String id)Constructs a new GetBucketReplicationProgressRequest to get a specified Bucket Replication id Progress.
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetId()Gets the replication idvoidsetId(String id)Sets the replication idGetBucketReplicationProgressRequestwithBucketName(String bucketName)GetBucketReplicationProgressRequestwithId(String id)Set the replication idGetBucketReplicationProgressRequestwithRequestCredentials(BceCredentials credentials)-
从类继承的方法 com.baidubce.services.bos.model.GenericBucketRequest
getBucketName, setBucketName
-
从类继承的方法 com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
-
-
-
-
构造器详细资料
-
GetBucketReplicationProgressRequest
public GetBucketReplicationProgressRequest()
Constructs a void Constructor for GetBucketReplicationProgressRequest.
-
GetBucketReplicationProgressRequest
public GetBucketReplicationProgressRequest(String bucketName)
Constructs a new GetBucketReplicationProgressRequest to get a specified Bucket Replication Progress.
-
-
方法详细资料
-
getId
public String getId()
Gets the replication id- 返回:
-
setId
public void setId(String id)
Sets the replication id- 参数:
id-
-
withId
public GetBucketReplicationProgressRequest withId(String id)
Set the replication id- 参数:
id-- 返回:
-
withBucketName
public GetBucketReplicationProgressRequest withBucketName(String bucketName)
- 指定者:
withBucketName在类中GenericBucketRequest
-
withRequestCredentials
public GetBucketReplicationProgressRequest withRequestCredentials(BceCredentials credentials)
- 指定者:
withRequestCredentials在类中AbstractBceRequest
-
-