@NotMutable @ThreadSafety(level=COMPLETELY_THREADSAFE) public final class StreamProxyValuesBackendSetValue 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 | 
|---|
| StreamProxyValuesBackendSetValue(ASN1OctetString backendSetID,
                                ASN1OctetString value)Creates a new stream proxy values backend set value object with the
 provided information. | 
| Modifier and Type | Method and Description | 
|---|---|
| static StreamProxyValuesBackendSetValue | decode(ASN1Element element)Decodes the provided ASN.1 element as a stream proxy values backend set
 value. | 
| ASN1Element | encode()Encodes this backend set value in a form suitable for inclusion in a stream
 proxy values intermediate response. | 
| ASN1OctetString | getBackendSetID()Retrieves the backend set ID for this backend set value. | 
| ASN1OctetString | getValue()Retrieves the value for this backend set value. | 
| java.lang.String | toString()Retrieves a string representation of this backend set value. | 
| void | toString(java.lang.StringBuilder buffer)Appends a string representation of this backend set value to the provided
 buffer. | 
public StreamProxyValuesBackendSetValue(@NotNull ASN1OctetString backendSetID, @NotNull ASN1OctetString value)
backendSetID - The backend set ID for this backend set value.  It
                       must not be null.value - The value for this backend set value.  It must not be
                       null.@NotNull public ASN1OctetString getBackendSetID()
@NotNull public ASN1OctetString getValue()
@NotNull public ASN1Element encode()
@NotNull public static StreamProxyValuesBackendSetValue decode(@NotNull ASN1Element element) throws LDAPException
element - The ASN.1 element to be decoded as a stream proxy values
                  backend set value.LDAPException - If a problem occurs while attempting to decode the
                         provided ASN.1 element as a stream proxy values
                         backend set value.@NotNull public java.lang.String toString()
toString in class java.lang.Object