类 GetBucketReplicationResponse
- java.lang.Object
-
- com.baidubce.model.AbstractBceResponse
-
- com.baidubce.services.bos.model.BosResponse
-
- com.baidubce.services.bos.model.GetBucketReplicationResponse
-
- 所有已实现的接口:
Serializable
public class GetBucketReplicationResponse extends BosResponse
Get Bucket Replication Response- 另请参阅:
- 序列化表格
-
-
字段概要
-
从类继承的字段 com.baidubce.model.AbstractBceResponse
metadata
-
-
构造器概要
构造器 构造器 说明 GetBucketReplicationResponse()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 longgetCreateTime()Gets the replication create_timeDestinationgetDestination()Gets the config of dest replicationStringgetDestRegion()Gets the dest bucket regionStringgetId()Gets the replication rule nameStringgetReplicateDeletes()Gets the sync delete flagsReplicateHistorygetReplicateHistory()Gets the history replicationString[]getResource()Gets the replication prefixStringgetStatus()Gets the status of replicationvoidsetCreateTime(long createTime)Sets the replication create_timevoidsetDestination(Destination destination)Sets the config of dest replicationvoidsetDestRegion(String destRegion)Sets the dest bucket regionvoidsetId(String id)Sets the replication rule namevoidsetReplicateDeletes(String replicateDeletes)Sets the sync delete flagsvoidsetReplicateHistory(ReplicateHistory replicateHistory)Sets the history replicationvoidsetResource(String[] resource)Sets the replication prefixvoidsetStatus(String status)Sets the status of replicationStringtoString()-
从类继承的方法 com.baidubce.services.bos.model.BosResponse
getMetadata
-
-
-
-
方法详细资料
-
getId
public String getId()
Gets the replication rule name- 返回:
-
setId
public void setId(String id)
Sets the replication rule name- 参数:
id-
-
getStatus
public String getStatus()
Gets the status of replication- 返回:
-
setStatus
public void setStatus(String status)
Sets the status of replication- 参数:
status-
-
getResource
public String[] getResource()
Gets the replication prefix- 返回:
-
setResource
public void setResource(String[] resource)
Sets the replication prefix- 参数:
resource-
-
getDestination
public Destination getDestination()
Gets the config of dest replication- 返回:
-
setDestination
public void setDestination(Destination destination)
Sets the config of dest replication- 参数:
destination-
-
getReplicateHistory
public ReplicateHistory getReplicateHistory()
Gets the history replication- 返回:
-
setReplicateHistory
public void setReplicateHistory(ReplicateHistory replicateHistory)
Sets the history replication- 参数:
replicateHistory-
-
getReplicateDeletes
public String getReplicateDeletes()
Gets the sync delete flags- 返回:
-
setReplicateDeletes
public void setReplicateDeletes(String replicateDeletes)
Sets the sync delete flags- 参数:
replicateDeletes-
-
getCreateTime
public long getCreateTime()
Gets the replication create_time- 返回:
-
setCreateTime
public void setCreateTime(long createTime)
Sets the replication create_time- 参数:
createTime-
-
getDestRegion
public String getDestRegion()
Gets the dest bucket region- 返回:
-
setDestRegion
public void setDestRegion(String destRegion)
Sets the dest bucket region- 参数:
destRegion-
-
-