|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cloudcontrolled.api.request.Request<LogResponse>
com.cloudcontrolled.api.request.AccurateLogRequest
@Method(value=GET)
@Path(value="/app/${app}/deployment/${dep}/log/${type}/?timestamp=${unix}")
public class AccurateLogRequestOr for reference have a look here: https://api.cloudcontrol.com/doc/#LogREAD
| Constructor Summary | |
|---|---|
AccurateLogRequest()
Constructor for AccurateLogRequest. |
|
| Method Summary | |
|---|---|
String |
getApplicationName()
Getter for the field applicationName. |
String |
getDeploymentName()
Getter for the field deploymentName. |
String |
getLogType()
Getter for the field logType. |
String |
getUnixTime()
Getter for the field unixTime. |
void |
setApplicationName(String applicationName)
Setter for the field applicationName. |
void |
setDeploymentName(String deploymentName)
Setter for the field deploymentName. |
void |
setLogType(String logType)
Setter for the field logType. |
void |
setUnixTime(String unixTime)
Setter for the field unixTime. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AccurateLogRequest()
Constructor for AccurateLogRequest.
| Method Detail |
|---|
public String getApplicationName()
Getter for the field applicationName.
public void setApplicationName(String applicationName)
Setter for the field applicationName.
applicationName - a String object.public String getDeploymentName()
Getter for the field deploymentName.
public void setDeploymentName(String deploymentName)
Setter for the field deploymentName.
deploymentName - a String object.public String getLogType()
Getter for the field logType.
public void setLogType(String logType)
Setter for the field logType.
logType - a String object.public String getUnixTime()
Getter for the field unixTime.
public void setUnixTime(String unixTime)
Setter for the field unixTime.
unixTime - a String object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||