public class Integer32IgnoreTooManyBytes
extends org.snmp4j.smi.Integer32
implements org.snmp4j.smi.AssignableFromInteger, org.snmp4j.smi.AssignableFromString
Constructor and Description |
---|
Integer32IgnoreTooManyBytes()
Creates an
Integer32 with a zero value. |
Integer32IgnoreTooManyBytes(int value)
Creates an
Integer32 variable with the supplied value. |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
void |
decodeBER(org.snmp4j.asn1.BERInputStream inputStream) |
compareTo, encodeBER, equals, fromSubIndex, getBERLength, getSyntax, getValue, hashCode, setValue, setValue, toInt, toLong, toString, toSubIndex
createFromBER, createFromSyntax, equal, getBERPayloadLength, getSyntaxFromString, getSyntaxString, getSyntaxString, isDynamic, isException
public Integer32IgnoreTooManyBytes()
Integer32
with a zero value.public Integer32IgnoreTooManyBytes(int value)
Integer32
variable with the supplied value.value
- an integer value.public void decodeBER(org.snmp4j.asn1.BERInputStream inputStream) throws IOException
decodeBER
in interface org.snmp4j.asn1.BERSerializable
decodeBER
in class org.snmp4j.smi.Integer32
IOException
public Object clone()
clone
in interface org.snmp4j.smi.Variable
clone
in class org.snmp4j.smi.Integer32
Copyright © 2021. All rights reserved.