public class GetBucketReplicationResponse extends BosResponse
metadata| Constructor and Description |
|---|
GetBucketReplicationResponse() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCreateTime()
Gets the replication create_time
|
Destination |
getDestination()
Gets the config of dest replication
|
String |
getDestRegion()
Gets the dest bucket region
|
String |
getId()
Gets the replication rule name
|
String |
getReplicateDeletes()
Gets the sync delete flags
|
ReplicateHistory |
getReplicateHistory()
Gets the history replication
|
String[] |
getResource()
Gets the replication prefix
|
String |
getStatus()
Gets the status of replication
|
void |
setCreateTime(long createTime)
Sets the replication create_time
|
void |
setDestination(Destination destination)
Sets the config of dest replication
|
void |
setDestRegion(String destRegion)
Sets the dest bucket region
|
void |
setId(String id)
Sets the replication rule name
|
void |
setReplicateDeletes(String replicateDeletes)
Sets the sync delete flags
|
void |
setReplicateHistory(ReplicateHistory replicateHistory)
Sets the history replication
|
void |
setResource(String[] resource)
Sets the replication prefix
|
void |
setStatus(String status)
Sets the status of replication
|
String |
toString() |
getMetadatapublic String getId()
public void setId(String id)
id - public String getStatus()
public void setStatus(String status)
status - public String[] getResource()
public void setResource(String[] resource)
resource - public Destination getDestination()
public void setDestination(Destination destination)
destination - public ReplicateHistory getReplicateHistory()
public void setReplicateHistory(ReplicateHistory replicateHistory)
replicateHistory - public String getReplicateDeletes()
public void setReplicateDeletes(String replicateDeletes)
replicateDeletes - public long getCreateTime()
public void setCreateTime(long createTime)
createTime - public String getDestRegion()
public void setDestRegion(String destRegion)
destRegion - Copyright © 2022. All rights reserved.