public abstract class WaarpGauge32
extends org.snmp4j.smi.Gauge32
Modifier | Constructor and Description |
---|---|
protected |
WaarpGauge32() |
protected |
WaarpGauge32(long value) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
long |
getValue() |
boolean |
isDynamic() |
protected abstract void |
setInternalValue()
Function to set the data before it is accessed by SNMP4J.
|
protected abstract void |
setInternalValue(long value)
Function to set the data before it is accessed by SNMP4J.
|
compareTo, decodeBER, encodeBER, equals, fromSubIndex, getBERLength, getBERLengthFromValue, hashCode, setValue, setValue, toInt, toLong, toString, toSubIndex
protected WaarpGauge32()
protected WaarpGauge32(long value)
protected abstract void setInternalValue()
protected abstract void setInternalValue(long value)
public final long getValue()
getValue
in class org.snmp4j.smi.UnsignedInteger32
public final Object clone()
clone
in interface org.snmp4j.smi.Variable
clone
in class org.snmp4j.smi.Gauge32
public final boolean isDynamic()
isDynamic
in interface org.snmp4j.smi.Variable
isDynamic
in class org.snmp4j.smi.AbstractVariable
Copyright © 2009–2022 Waarp. All rights reserved.