public class HttpRequestInfo extends Object
Constructor and Description |
---|
HttpRequestInfo() |
Modifier and Type | Method and Description |
---|---|
String |
clientIpAddress()
Get the client Ip Address.
|
String |
clientRequestId()
Get the client request id.
|
String |
method()
Get the Http request method.
|
String |
uri()
Get the Uri.
|
HttpRequestInfo |
withClientIpAddress(String clientIpAddress)
Set the client Ip Address.
|
HttpRequestInfo |
withClientRequestId(String clientRequestId)
Set the client request id.
|
HttpRequestInfo |
withMethod(String method)
Set the Http request method.
|
HttpRequestInfo |
withUri(String uri)
Set the Uri.
|
public String clientRequestId()
public HttpRequestInfo withClientRequestId(String clientRequestId)
clientRequestId
- the clientRequestId value to setpublic String clientIpAddress()
public HttpRequestInfo withClientIpAddress(String clientIpAddress)
clientIpAddress
- the clientIpAddress value to setpublic String method()
public HttpRequestInfo withMethod(String method)
method
- the method value to setpublic String uri()
public HttpRequestInfo withUri(String uri)
uri
- the uri value to setCopyright © 2019. All rights reserved.