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