public class BandwidthResourceRequest extends Object implements ResourceRequest
| Constructor and Description |
|---|
BandwidthResourceRequest(BandwidthResource bandwidth)
Creates a new
BandwidthResourceRequest with BandwidthResource
object. |
| Modifier and Type | Method and Description |
|---|---|
BandwidthResource |
bandwidth()
Returns the bandwidth resource.
|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
ResourceType |
type()
Returns the resource type.
|
public BandwidthResourceRequest(BandwidthResource bandwidth)
BandwidthResourceRequest with BandwidthResource
object.bandwidth - BandwidthResource object to be requestedpublic BandwidthResource bandwidth()
public ResourceType type()
ResourceRequesttype in interface ResourceRequestCopyright © 2015. All rights reserved.