public class Allocation extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
resourceId |
protected String |
taskId |
protected String |
units |
| Constructor and Description |
|---|
Allocation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getResourceId()
Gets the value of the resourceId property.
|
String |
getTaskId()
Gets the value of the taskId property.
|
String |
getUnits()
Gets the value of the units property.
|
void |
setResourceId(String value)
Sets the value of the resourceId property.
|
void |
setTaskId(String value)
Sets the value of the taskId property.
|
void |
setUnits(String value)
Sets the value of the units property.
|
protected String taskId
protected String resourceId
protected String units
public String getTaskId()
Stringpublic void setTaskId(String value)
value - allowed object is
Stringpublic String getResourceId()
Stringpublic void setResourceId(String value)
value - allowed object is
Stringpublic String getUnits()
StringCopyright © 2013. All Rights Reserved.