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