org.cloudfoundry.client.lib
Class RestLogEntry
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RestLogEntry
public RestLogEntry(org.springframework.http.HttpMethod method,
URI uri,
String status,
org.springframework.http.HttpStatus httpStatus,
String message)
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.