- java.lang.Object
-
- org.snmp4j.mp.MutableStateReference<A>
-
public class MutableStateReference<A extends Address> extends java.lang.Object
TheMutableStateReference
encapsulates aStateReference
for read/write access.- Version:
- 3.1.0
- Author:
- Frank Fock
-
-
Constructor Summary
Constructors Constructor Description MutableStateReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StateReference<A>
getStateReference()
void
setStateReference(StateReference<A> stateReference)
-
-
-
Method Detail
-
getStateReference
public StateReference<A> getStateReference()
-
setStateReference
public void setStateReference(StateReference<A> stateReference)
-
-