|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cloudcontrolled.api.response.Response<ListWorkerResponse>
com.cloudcontrolled.api.response.ListWorkerResponse
@Normalized(value=ListWorkerNormalizer.class) public class ListWorkerResponse
ListWorkerResponse class.
| Constructor Summary | |
|---|---|
ListWorkerResponse()
Constructor for ListWorkerResponse. |
|
| Method Summary | |
|---|---|
Worker[] |
getWorkers()
Getter for the field workers. |
void |
setWorkers(Worker[] workers)
Setter for the field workers. |
String |
toString()
|
| Methods inherited from class com.cloudcontrolled.api.response.Response |
|---|
getContent, getResponseTime, getStatusCode, isError, setContent, setError, setResponseTime, setStatusCode |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ListWorkerResponse()
Constructor for ListWorkerResponse.
| Method Detail |
|---|
public Worker[] getWorkers()
Getter for the field workers.
Worker objects.public void setWorkers(Worker[] workers)
Setter for the field workers.
workers - an array of Worker
objects.public String toString()
toString in class Response<ListWorkerResponse>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||