public class SnmpV2PartyClock extends SnmpUInt32
Modifier and Type | Field and Description |
---|---|
static byte |
ASNTYPE
Deprecated.
The ASN.1 type for this object
|
Constructor and Description |
---|
SnmpV2PartyClock()
Deprecated.
The class constructor.
|
SnmpV2PartyClock(long value)
Deprecated.
Creates a SNMPv2 Party Clock with the specific value.
|
SnmpV2PartyClock(Long value)
Deprecated.
Creates a SNMPv2 Party Clock with the specific value.
|
SnmpV2PartyClock(SnmpUInt32 uint32)
Deprecated.
Constructs a SNMPv2 Party Clock with the specified value.
|
SnmpV2PartyClock(SnmpV2PartyClock second)
Deprecated.
Class copy constructor.
|
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Deprecated.
Creates and returns a duplicate object of self.
|
SnmpSyntax |
duplicate()
Deprecated.
Creates and returns a duplicate object of self.
|
String |
toString()
Deprecated.
Returns the string representation of the object.
|
byte |
typeId()
Deprecated.
Used to retreive the ASN.1 value for this object.
|
public static final byte ASNTYPE
public SnmpV2PartyClock()
public SnmpV2PartyClock(long value)
value
- The unsigned value for the party clockpublic SnmpV2PartyClock(Long value)
value
- The unsigned value for the party clockpublic SnmpV2PartyClock(SnmpV2PartyClock second)
second
- The party clock to duplicatepublic SnmpV2PartyClock(SnmpUInt32 uint32)
uint32
- The super class value to initialize self with.public byte typeId()
typeId
in interface SnmpSyntax
typeId
in class SnmpUInt32
public SnmpSyntax duplicate()
duplicate
in interface SnmpSyntax
duplicate
in class SnmpUInt32
public Object clone()
clone
in class SnmpUInt32
public String toString()
toString
in class SnmpUInt32
Copyright © 2021. All rights reserved.