| Package | Description |
|---|---|
| org.snmp4j.model.snmp.proxy | |
| org.snmp4j.model.snmp.proxy.impl |
| Modifier and Type | Method | Description |
|---|---|---|
ChangeSet.ChangeStatus |
ChangeSet.getStatus() |
The status of the change.
|
static ChangeSet.ChangeStatus |
ChangeSet.ChangeStatus.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ChangeSet.ChangeStatus[] |
ChangeSet.ChangeStatus.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ChangeSet.setStatus(ChangeSet.ChangeStatus status) |
Sets the status of the change.
|
| Modifier and Type | Method | Description |
|---|---|---|
ChangeSet.ChangeStatus |
SnmpValueChange.getChangeStatus() |
Gets the status of the change as defined by
ChangeSet.ChangeStatus. |
ChangeSet.ChangeStatus |
SnmpValueChange.getStatus() |
|
ChangeSet.ChangeStatus |
SnmpValuesChangeSet.getStatus() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
SnmpValueChange.setStatus(ChangeSet.ChangeStatus status) |
|
void |
SnmpValuesChangeSet.setStatus(ChangeSet.ChangeStatus status) |
Copyright © 2020 SNMP4J.org. All rights reserved.