@Entity public class ReplicationConfiguration extends Object implements Serializable
Constructor and Description |
---|
ReplicationConfiguration() |
Modifier and Type | Method and Description |
---|---|
Contact |
getContact()
Gets the value of the contact property.
|
List<ControlMessage> |
getControlMessage() |
List<Edge> |
getEdge() |
BigInteger |
getMaximumTimeToGetChanges()
Gets the value of the maximumTimeToGetChanges property.
|
BigInteger |
getMaximumTimeToSyncRegistry()
Gets the value of the maximumTimeToSyncRegistry property.
|
List<ReplicationConfigurationNode> |
getNode() |
List<Operator> |
getOperator() |
Long |
getSerialNumber()
Gets the value of the serialNumber property.
|
List<Signature> |
getSignatures() |
String |
getTimeOfConfigurationUpdate()
Gets the value of the timeOfConfigurationUpdate property.
|
void |
setContact(Contact value)
Sets the value of the contact property.
|
void |
setControlMessage(List<ControlMessage> controlledMessages) |
void |
setEdge(List<Edge> edges) |
void |
setMaximumTimeToGetChanges(BigInteger value)
Sets the value of the maximumTimeToGetChanges property.
|
void |
setMaximumTimeToSyncRegistry(BigInteger value)
Sets the value of the maximumTimeToSyncRegistry property.
|
void |
setNode(List<ReplicationConfigurationNode> nodes) |
void |
setOperator(List<Operator> v) |
void |
setSerialNumber(Long value)
Sets the value of the serialNumber property.
|
void |
setSignatures(List<Signature> signatures) |
void |
setTimeOfConfigurationUpdate(String value)
Sets the value of the timeOfConfigurationUpdate property.
|
public Contact getContact()
Contact
public void setContact(Contact value)
value
- allowed object is Contact
public Long getSerialNumber()
public void setSerialNumber(Long value)
public String getTimeOfConfigurationUpdate()
String
public void setTimeOfConfigurationUpdate(String value)
value
- allowed object is String
public BigInteger getMaximumTimeToSyncRegistry()
BigInteger
public void setMaximumTimeToSyncRegistry(BigInteger value)
value
- allowed object is BigInteger
public BigInteger getMaximumTimeToGetChanges()
BigInteger
public void setMaximumTimeToGetChanges(BigInteger value)
value
- allowed object is BigInteger
public List<ReplicationConfigurationNode> getNode()
public void setNode(List<ReplicationConfigurationNode> nodes)
public List<ControlMessage> getControlMessage()
public void setControlMessage(List<ControlMessage> controlledMessages)
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.