@NotMutable @ThreadSafety(level=COMPLETELY_THREADSAFE) public final class ToolDefaultCollectSupportDataLogCaptureWindow extends CollectSupportDataLogCaptureWindow
CollectSupportDataExtendedRequest
.
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.
CollectSupportDataExtendedRequest
,
Serialized FormTYPE_DURATION, TYPE_HEAD_AND_TAIL_SIZE, TYPE_TIME_WINDOW, TYPE_TOOL_DEFAULT
Modifier and Type | Method and Description |
---|---|
ASN1Element |
encode()
Encodes this collect support data log capture window object to an ASN.1
element.
|
static ToolDefaultCollectSupportDataLogCaptureWindow |
getInstance()
Retrieves the singleton instance of this tool-default collect support data
log capture window object.
|
void |
toString(java.lang.StringBuilder buffer)
Appends a string representation of this collect support data log capture
window object to the provided buffer.
|
decode, toString
@NotNull public static ToolDefaultCollectSupportDataLogCaptureWindow getInstance()
@NotNull public ASN1Element encode()
encode
in class CollectSupportDataLogCaptureWindow
public void toString(@NotNull java.lang.StringBuilder buffer)
toString
in class CollectSupportDataLogCaptureWindow
buffer
- The buffer to which the string representation will be
appended. It must not be null
.