public static class ReplicationConfiguration.Rule extends Object
| Constructor and Description |
|---|
ReplicationConfiguration.Rule() |
| Modifier and Type | Method and Description |
|---|---|
ReplicationConfiguration.Destination |
getDestination()
Obtain the information about the replication destination.
|
String |
getId()
Obtain the rule ID.
|
String |
getPrefix()
Obtain the object name prefix that identifies objects to which the rule applies.
|
RuleStatusEnum |
getStatus()
Obtain the rule status.
|
void |
setDestination(ReplicationConfiguration.Destination destination)
Set the information about the replication target.
|
void |
setId(String id)
Set the rule ID.
|
void |
setPrefix(String prefix)
Set the object name prefix that identifies objects to which the rule applies.
|
void |
setStatus(RuleStatusEnum status)
Set the rule status.
|
String |
toString() |
public String getId()
public void setId(String id)
id - Rule IDpublic RuleStatusEnum getStatus()
public void setStatus(RuleStatusEnum status)
status - Rule statuspublic String getPrefix()
public void setPrefix(String prefix)
prefix - Object name prefixpublic ReplicationConfiguration.Destination getDestination()
public void setDestination(ReplicationConfiguration.Destination destination)
destination - Destination informationCopyright © 2019. All rights reserved.