- java.lang.Object
-
- org.snmp4j.mp.SimpleMessageID
-
- All Implemented Interfaces:
Serializable
,MessageID
- Direct Known Subclasses:
TimedMessageID
public class SimpleMessageID extends Object implements MessageID, Serializable
TheSimpleMessageID
implements the simplest possibleMessageID
with a minimum memory footprint.- Since:
- 2.4.3
- Author:
- Frank Fock
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SimpleMessageID(int messageID)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
getID()
Gets the integer representation of the message ID.int
hashCode()
String
toString()
-
-
-
Method Detail
-
getID
public int getID()
Description copied from interface:MessageID
Gets the integer representation of the message ID.
-
-