public class SnmpCounter32 extends SnmpUInt32
Modifier and Type | Field and Description |
---|---|
static byte |
ASNTYPE
Defines the ASN.1 type for this object.
|
(package private) static long |
serialVersionUID
required for version control of serialization.
|
Constructor and Description |
---|
SnmpCounter32()
Constructs the default counter object.
|
SnmpCounter32(long value)
Constructs the object with the specified
value.
|
SnmpCounter32(java.lang.Long value)
Constructs the object with the specified value.
|
SnmpCounter32(SnmpCounter32 second)
Constructs a new object with the same value
as the passed object.
|
SnmpCounter32(SnmpUInt32 uint32)
Constructs a new object with the value
constained in the SnmpUInt32 object.
|
SnmpCounter32(java.lang.String value)
Simple class constructor that is used to create an initialize
the new instance with the unsigned value decoded from the
passed String argument.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Creates a new object that is a duplicate of the
current object.
|
SnmpSyntax |
duplicate()
Creates a new object that is a duplicate of the
current object.
|
byte |
typeId()
Returns the ASN.1 type specific to this object.
|
static final long serialVersionUID
public static final byte ASNTYPE
public SnmpCounter32()
public SnmpCounter32(long value)
value
- The default value for the object.public SnmpCounter32(java.lang.Long value)
value
- The default value for the object.public SnmpCounter32(SnmpCounter32 second)
second
- The object to recover values from.public SnmpCounter32(SnmpUInt32 uint32)
uint32
- The SnmpUInt32 object to copy.public SnmpCounter32(java.lang.String value)
Simple class constructor that is used to create an initialize the new instance with the unsigned value decoded from the passed String argument. If the decoded argument is malformed, null, or evaluates to a negative value then an exception is generated.
value
- The string encoded value.java.lang.NumberFormatException
- Thrown if the passed value is
malformed and cannot be parsed.java.lang.IllegalArgumentException
- Throws if the passed value
evaluates to a negative value.java.lang.NullPointerException
- Throws if the passed value is
a null reference.public byte typeId()
typeId
in interface SnmpSyntax
typeId
in class SnmpUInt32
public SnmpSyntax duplicate()
duplicate
in interface SnmpSyntax
duplicate
in class SnmpUInt32
public java.lang.Object clone()
clone
in class SnmpUInt32
Generated by iurt on 2015.