|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cloudcontrolled.api.response.Response<ListApplicationResponse>
com.cloudcontrolled.api.response.ListApplicationResponse
@Normalized(value=ListApplicationNormalizer.class) public class ListApplicationResponse
ListApplicationResponse class.
| Constructor Summary | |
|---|---|
ListApplicationResponse()
Constructor for ListApplicationResponse. |
|
| Method Summary | |
|---|---|
Application[] |
getApplications()
Getter for the field applications. |
void |
setApplications(Application[] applications)
Setter for the field applications. |
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 ListApplicationResponse()
Constructor for ListApplicationResponse.
| Method Detail |
|---|
public Application[] getApplications()
Getter for the field applications.
Application
objects.public void setApplications(Application[] applications)
Setter for the field applications.
applications - an array of Application
objects.public String toString()
toString in class Response<ListApplicationResponse>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||