Module org.snmp4j
Package org.snmp4j

Class MutablePDU

  • All Implemented Interfaces:
    java.io.Serializable

    public class MutablePDU
    extends java.lang.Object
    implements java.io.Serializable
    The MutablePDU is a container for a PDU 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MutablePDU

        public MutablePDU()
    • Method Detail

      • getPdu

        public PDU getPdu()
      • setPdu

        public void setPdu​(PDU pdu)