@NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface GenericResult extends Result
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAdditionalLogMessage()
Retrieves an additional log message for the result which will not be
returned to the client but may be included in access log messages for the
associated operation.
|
java.lang.String |
getDiagnosticMessage()
Retrieves the diagnostic message for the result, if any.
|
java.lang.String |
getMatchedDN()
Retrieves the matched DN for the result, if any.
|
java.util.List<java.lang.String> |
getReferralURLs()
Retrieves the referral URLs for the result.
|
com.unboundid.ldap.sdk.ResultCode |
getResultCode()
Retrieves the result code for the result.
|
com.unboundid.ldap.sdk.LDAPResult |
toLDAPSDKResult()
Retrieves an LDAP SDK representation of this result.
|
getOperationType, getResultControls
com.unboundid.ldap.sdk.ResultCode getResultCode()
java.lang.String getMatchedDN()
null
if there is none.java.lang.String getDiagnosticMessage()
null
if there
is none.java.util.List<java.lang.String> getReferralURLs()
java.lang.String getAdditionalLogMessage()
com.unboundid.ldap.sdk.LDAPResult toLDAPSDKResult()