org.cloudfoundry.client.lib
Class RestLogEntry

java.lang.Object
  extended by org.cloudfoundry.client.lib.RestLogEntry

public class RestLogEntry
extends Object

RestLogEntry containing the values logged for each REST call


Constructor Summary
RestLogEntry(org.springframework.http.HttpMethod method, URI uri, String status, org.springframework.http.HttpStatus httpStatus, String message)
           
 
Method Summary
 org.springframework.http.HttpStatus getHttpStatus()
           
 String getMessage()
           
 org.springframework.http.HttpMethod getMethod()
           
 String getStatus()
           
 URI getUri()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestLogEntry

public RestLogEntry(org.springframework.http.HttpMethod method,
                    URI uri,
                    String status,
                    org.springframework.http.HttpStatus httpStatus,
                    String message)
Method Detail

getMethod

public org.springframework.http.HttpMethod getMethod()

getUri

public URI getUri()

getStatus

public String getStatus()

getHttpStatus

public org.springframework.http.HttpStatus getHttpStatus()

getMessage

public String getMessage()


Copyright © 2013. All rights reserved.