public class Counter64 extends Object implements Serializable
Constructor and Description |
---|
Counter64(BigInteger _value) |
Counter64(Counter64 source)
Creates a copy from Source Object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static Counter64 |
getDefaultInstance(String defaultValue) |
BigInteger |
getValue() |
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value="value") public Counter64(BigInteger _value)
public Counter64(Counter64 source)
source
- Source objectpublic BigInteger getValue()
Copyright © 2019 OpenDaylight. All rights reserved.