public abstract class WaarpCounter32
extends org.snmp4j.smi.Counter32
Modifier | Constructor and Description |
---|---|
protected |
WaarpCounter32() |
protected |
WaarpCounter32(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.
|
decodeBER, encodeBER, equals, fromSubIndex, getSyntax, increment, increment, toSubIndex
compareTo, getBERLength, getBERLengthFromValue, hashCode, setValue, setValue, toInt, toLong, toString
protected WaarpCounter32()
protected WaarpCounter32(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.Counter32
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.