com.cloudcontrolled.api.request
Class AccurateLogRequest

java.lang.Object
  extended by com.cloudcontrolled.api.request.Request<LogResponse>
      extended by com.cloudcontrolled.api.request.AccurateLogRequest
All Implemented Interfaces:
Serializable

@Method(value=GET)
@Path(value="/app/${app}/deployment/${dep}/log/${type}/?timestamp=${unix}")
public class AccurateLogRequest
extends Request<LogResponse>

Or for reference have a look here: https://api.cloudcontrol.com/doc/#LogREAD

Author:
Denis Neuling (denisneuling@gmail.com)
See Also:
Serialized Form

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

AccurateLogRequest

public AccurateLogRequest()

Constructor for AccurateLogRequest.

Method Detail

getApplicationName

public String getApplicationName()

Getter for the field applicationName.

Returns:
applicationName

setApplicationName

public void setApplicationName(String applicationName)

Setter for the field applicationName.

Parameters:
applicationName - a String object.

getDeploymentName

public String getDeploymentName()

Getter for the field deploymentName.

Returns:
deploymentName

setDeploymentName

public void setDeploymentName(String deploymentName)

Setter for the field deploymentName.

Parameters:
deploymentName - a String object.

getLogType

public String getLogType()

Getter for the field logType.

Returns:
logType

setLogType

public void setLogType(String logType)

Setter for the field logType.

Parameters:
logType - a String object.

getUnixTime

public String getUnixTime()

Getter for the field unixTime.

Returns:
unixTime

setUnixTime

public void setUnixTime(String unixTime)

Setter for the field unixTime.

Parameters:
unixTime - a String object.


Copyright © 2012. All Rights Reserved.