public class BandwidthResourceAllocation extends Object implements ResourceAllocation
| Constructor and Description |
|---|
BandwidthResourceAllocation(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 BandwidthResourceAllocation(BandwidthResource bandwidth)
BandwidthResourceRequest with BandwidthResource
object.bandwidth - BandwidthResource object to be requestedpublic BandwidthResource bandwidth()
public ResourceType type()
ResourceAllocationtype in interface ResourceAllocationCopyright © 2015. All rights reserved.