public final class Gauge64 extends Object
| Constructor and Description |
|---|
Gauge64(BigInteger uint64)
Creates an instance of uint64.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static Gauge64 |
fromString(String valInString)
Returns the object of gauge64 fromString input String gauge64.
|
int |
hashCode() |
static Gauge64 |
of(BigInteger value)
Returns the object of gauge64 for type uint64.
|
String |
toString() |
BigInteger |
uint64()
Returns the attribute uint64.
|
void |
uint64(BigInteger uint64)
Sets the attribute uint64.
|
public Gauge64(BigInteger uint64)
uint64 - value of uint64public static Gauge64 of(BigInteger value)
value - value of gauge64 for type uint64public BigInteger uint64()
public void uint64(BigInteger uint64)
uint64 - value of uint64Copyright © 2017. All rights reserved.