类 GetBucketReplicationResponse

    • 构造器详细资料

      • GetBucketReplicationResponse

        public GetBucketReplicationResponse()
    • 方法详细资料

      • 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 -