@NotMutable @ThreadSafety(level=COMPLETELY_THREADSAFE) public final class ModifyAssuranceCompletedAccessLogMessage extends ModifyResultAccessLogMessage
   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 | 
|---|
ModifyAssuranceCompletedAccessLogMessage(LogMessage m)
Creates a new modify assurance complete access log message from the
 provided message string. 
 | 
ModifyAssuranceCompletedAccessLogMessage(java.lang.String s)
Creates a new modify assurance complete access log message from the
 provided message string. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Boolean | 
getLocalAssuranceSatisfied()
Indicates whether the local assurance requirement was satisfied. 
 | 
AccessLogMessageType | 
getMessageType()
Retrieves the message type for this access log message. 
 | 
java.lang.Boolean | 
getRemoteAssuranceSatisfied()
Indicates whether the remote assurance requirement was satisfied. 
 | 
java.lang.String | 
getServerAssuranceResults()
Retrieves information about the assurance processing performed by
 individual servers in the replication environment. 
 | 
getAdditionalInformation, getAlternateAuthorizationDN, getAssuredReplicationLocalLevel, getAssuredReplicationRemoteLevel, getAssuredReplicationTimeoutMillis, getChangeToSoftDeletedEntry, getDiagnosticMessage, getIndexesWithKeysAccessedNearEntryLimit, getIndexesWithKeysAccessedOverEntryLimit, getIntermediateClientResult, getIntermediateResponsesReturned, getMatchedDN, getMissingPrivileges, getPreAuthorizationUsedPrivileges, getProcessingTimeMillis, getQueueTimeMillis, getReferralURLs, getReplicationChangeID, getResponseControlOIDs, getResponseDelayedByAssurance, getResultCode, getServersAccessed, getTargetHost, getTargetPort, getTargetProtocol, getUncachedDataAccessed, getUsedPrivilegesgetAttributeNames, getDN, getOperationTypegetIntermediateClientRequest, getOperationPurpose, getRequestControlOIDs, getRequesterDN, getRequesterIPAddress, usingAdminSessionWorkerThreadgetMessageID, getOperationID, getOrigin, getTriggeredByConnectionID, getTriggeredByOperationIDgetConnectionID, getInstanceName, getProductName, getStartupID, parsegetNamedValue, getNamedValueAsBoolean, getNamedValueAsDouble, getNamedValueAsInteger, getNamedValueAsLong, getNamedValues, getTimestamp, getUnnamedValues, hasUnnamedValue, toStringpublic ModifyAssuranceCompletedAccessLogMessage(@NotNull java.lang.String s) throws LogException
s - The string to be parsed as an modify assurance complete access
            log message.LogException - If the provided string cannot be parsed as a valid
                        log message.public ModifyAssuranceCompletedAccessLogMessage(@NotNull LogMessage m)
m - The log message to be parsed as an modify assurance complete
            access log message.@Nullable public java.lang.Boolean getLocalAssuranceSatisfied()
true if the local assurance requirement was satisfied,
          false if the local assurance requirement was not
          satisfied, or null if it was not included in the log
          message.@Nullable public java.lang.Boolean getRemoteAssuranceSatisfied()
true if the remote assurance requirement was satisfied,
          false if the remote assurance requirement was not
          satisfied, or null if it was not included in the log
          message.@Nullable public java.lang.String getServerAssuranceResults()
null if it was not included in the log message.@NotNull public AccessLogMessageType getMessageType()
getMessageType in class ModifyResultAccessLogMessage