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