public class SimpleMessageID extends Object implements MessageID, Serializable
SimpleMessageID implements the simplest possible MessageID with
a minimum memory footprint.| Constructor and Description |
|---|
SimpleMessageID(int messageID) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getID()
Gets the integer representation of the message ID.
|
int |
hashCode() |
String |
toString() |
public int getID()
MessageIDCopyright © 2020 SNMP4J.org. All rights reserved.