public class RestLogEntry extends Object
Constructor and Description |
---|
RestLogEntry(org.springframework.http.HttpMethod method,
URI uri,
String status,
org.springframework.http.HttpStatus httpStatus,
String message) |
Modifier and Type | Method and Description |
---|---|
org.springframework.http.HttpStatus |
getHttpStatus() |
String |
getMessage() |
org.springframework.http.HttpMethod |
getMethod() |
String |
getStatus() |
URI |
getUri() |
Copyright © 2014. All rights reserved.