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