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