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