Uses of Enum Class
org.snmp4j.model.snmp.proxy.ChangeSet.ChangeStatus
Packages that use ChangeSet.ChangeStatus
-
Uses of ChangeSet.ChangeStatus in org.snmp4j.model.snmp.proxy
Methods in org.snmp4j.model.snmp.proxy that return ChangeSet.ChangeStatusModifier and TypeMethodDescriptionChangeSet.getStatus()
The status of the change.static ChangeSet.ChangeStatus
Returns the enum constant of this class with the specified name.static ChangeSet.ChangeStatus[]
ChangeSet.ChangeStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.snmp4j.model.snmp.proxy with parameters of type ChangeSet.ChangeStatusModifier and TypeMethodDescriptionvoid
ChangeSet.setStatus
(ChangeSet.ChangeStatus status) Sets the status of the change. -
Uses of ChangeSet.ChangeStatus in org.snmp4j.model.snmp.proxy.impl
Methods in org.snmp4j.model.snmp.proxy.impl that return ChangeSet.ChangeStatusModifier and TypeMethodDescriptionSnmpValueChange.getChangeStatus()
Gets the status of the change as defined byChangeSet.ChangeStatus
.SnmpValueChange.getStatus()
SnmpValuesChangeSet.getStatus()
Methods in org.snmp4j.model.snmp.proxy.impl with parameters of type ChangeSet.ChangeStatusModifier and TypeMethodDescriptionvoid
SnmpValueChange.setStatus
(ChangeSet.ChangeStatus status) void
SnmpValuesChangeSet.setStatus
(ChangeSet.ChangeStatus status)