public final class Bandwidth extends LinkResource
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
double |
toDouble()
Returns bandwidth as a double value.
|
String |
toString() |
static Bandwidth |
valueOf(double bandwidth)
Creates a new instance with given bandwidth.
|
public static Bandwidth valueOf(double bandwidth)
bandwidth - bandwidth value to be assignedBandwidth instance with given bandwidthpublic double toDouble()
Copyright © 2015. All rights reserved.