@NotMutable @ThreadSafety(level=COMPLETELY_THREADSAFE) public final class JSONAssuredReplicationServerResult extends java.lang.Object implements java.io.Serializable
NOTE: This class, and other classes within the
com.unboundid.ldap.sdk.unboundidds
package structure, are only
supported for use against Ping Identity, UnboundID, and
Nokia/Alcatel-Lucent 8661 server products. These classes provide support
for proprietary functionality or for external specifications that are not
considered stable or mature enough to be guaranteed to work in an
interoperable way with other types of LDAP servers.
Constructor and Description |
---|
JSONAssuredReplicationServerResult(JSONObject serverResultObject)
Creates a new JSON assured replication server result that is decoded from
the provided JSON object.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getReplicaID()
Retrieves the replica ID for this server result.
|
java.lang.Long |
getReplicationServerID()
Retrieves the replication server ID for this server result.
|
AssuredReplicationServerResultCode |
getResultCode()
Retrieves the result code for this server result.
|
JSONObject |
getServerResultObject()
Retrieves the JSON object containing an encoded representation of this
assured replication server result.
|
java.lang.String |
toString()
Retrieves a string representation of this JSON assured replication server
result.
|
public JSONAssuredReplicationServerResult(@NotNull JSONObject serverResultObject)
serverResultObject
- The JSON object containing an encoded
representation of this server result.@NotNull public JSONObject getServerResultObject()
@Nullable public AssuredReplicationServerResultCode getResultCode()
@Nullable public java.lang.Long getReplicationServerID()
@Nullable public java.lang.Long getReplicaID()