Module org.snmp4j
Package org.snmp4j.mp

Class MutableStateReference<A extends Address>

java.lang.Object
org.snmp4j.mp.MutableStateReference<A>

public class MutableStateReference<A extends Address> extends Object
The MutableStateReference encapsulates a StateReference for read/write access.
Version:
3.1.0
Author:
Frank Fock
  • Constructor Details

    • MutableStateReference

      public MutableStateReference()
  • Method Details

    • getStateReference

      public StateReference<A> getStateReference()
    • setStateReference

      public void setStateReference(StateReference<A> stateReference)