Class ReplicationPolicy
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.objectstorage.model.ReplicationPolicy
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class ReplicationPolicy extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelThe details of a replication policy.
 Note: Objects should always be created or deserialized using theReplicationPolicy.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theReplicationPolicy.Builder, which maintain a set of all explicitly set fields calledReplicationPolicy.Builder.__explicitlySet__. ThehashCode()andequals(Object)methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classReplicationPolicy.Builderstatic classReplicationPolicy.StatusThe replication status of the policy.
 - 
Constructor SummaryConstructors Constructor Description ReplicationPolicy(String id, String name, String destinationRegionName, String destinationBucketName, Date timeCreated, Date timeLastSync, ReplicationPolicy.Status status, String statusMessage)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReplicationPolicy.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetDestinationBucketName()The bucket to replicate to in the destination region.StringgetDestinationRegionName()The destination region to replicate to, for example “us-ashburn-1”.StringgetId()The id of the replication policy.StringgetName()The name of the policy.ReplicationPolicy.StatusgetStatus()The replication status of the policy.StringgetStatusMessage()A human-readable description of the status.DategetTimeCreated()The date when the replication policy was created as per RFC 3339.DategetTimeLastSync()Changes made to the source bucket before this time has been replicated.inthashCode()ReplicationPolicy.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
ReplicationPolicy@Deprecated @ConstructorProperties({"id","name","destinationRegionName","destinationBucketName","timeCreated","timeLastSync","status","statusMessage"}) public ReplicationPolicy(String id, String name, String destinationRegionName, String destinationBucketName, Date timeCreated, Date timeLastSync, ReplicationPolicy.Status status, String statusMessage) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static ReplicationPolicy.Builder builder() Create a new builder.
 - 
toBuilderpublic ReplicationPolicy.Builder toBuilder() 
 - 
getIdpublic String getId() The id of the replication policy.- Returns:
- the value
 
 - 
getNamepublic String getName() The name of the policy.- Returns:
- the value
 
 - 
getDestinationRegionNamepublic String getDestinationRegionName() The destination region to replicate to, for example “us-ashburn-1”.- Returns:
- the value
 
 - 
getDestinationBucketNamepublic String getDestinationBucketName() The bucket to replicate to in the destination region.Replication policy creation does not automatically create a destination bucket. Create the destination bucket before creating the policy. - Returns:
- the value
 
 - 
getTimeCreatedpublic Date getTimeCreated() The date when the replication policy was created as per RFC 3339.- Returns:
- the value
 
 - 
getTimeLastSyncpublic Date getTimeLastSync() Changes made to the source bucket before this time has been replicated.- Returns:
- the value
 
 - 
getStatuspublic ReplicationPolicy.Status getStatus() The replication status of the policy.If the status is CLIENT_ERROR, once the user fixes the issue described in the status message, the status will become ACTIVE. - Returns:
- the value
 
 - 
getStatusMessagepublic String getStatusMessage() A human-readable description of the status.- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-