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