public class UnsupportedTLV extends Object implements SDTUnknownType
| Modifier and Type | Class and Description |
|---|---|
static class |
UnsupportedTLV.Reason |
| Constructor and Description |
|---|
UnsupportedTLV(UnsupportedTLV.Reason reason,
byte tag,
String message,
ByteArray byteArray) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ByteArray |
getByteArray() |
String |
getMessage() |
UnsupportedTLV.Reason |
getReason() |
int |
getTag() |
int |
hashCode() |
String |
toString() |
public UnsupportedTLV(UnsupportedTLV.Reason reason, byte tag, String message, ByteArray byteArray)
public UnsupportedTLV.Reason getReason()
public int getTag()
public String getMessage()
public ByteArray getByteArray()
getByteArray in interface SDTUnknownTypeCopyright 2004-2020 Solace Corporation. All rights reserved.