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