- java.lang.Object
-
- org.snmp4j.MutablePDU
-
- All Implemented Interfaces:
java.io.Serializable
public class MutablePDU extends java.lang.Object implements java.io.Serializable
TheMutablePDU
is a container for aPDU
instance.- Version:
- 1.0
- Author:
- Frank Fock
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MutablePDU()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PDU
getPdu()
void
setPdu(PDU pdu)
-