public class AttributeRawValue
extends java.lang.Object
AttributeSubscriptionList
Constructor | Description |
---|---|
AttributeRawValue(char type,
byte[] data) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(java.lang.Object o) |
|
byte[] |
getData() |
Network bytes representing the attribute value.
|
char |
getType() |
Value type information.
|
int |
hashCode() |
|
java.lang.String |
toString() |
public char getType()
'i' | - integer value (4 bytes) |
'l' | - long integer value (8 bytes) |
's' | - string value (<64k length) |
'S' | - long string value (>=64k length) |
'b' | - binary value (<64k length) |
'S' | - long binary value (>=64k length) |
public byte[] getData()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.