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