| Constructor and Description |
|---|
MessageId(String value)
Construct
MessageId with specified value. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getValue()
Get the message_id value.
|
int |
hashCode() |
String |
toString() |
public MessageId(String value) throws PDUStringException
MessageId with specified value.value - is the message_id as String.PDUStringExceptionpublic String getValue()