Class HttpRequestInfo
java.lang.Object
com.microsoft.azure.management.monitor.HttpRequestInfo
The Http request info.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the client Ip Address.Get the client request id.method()
Get the Http request method.uri()
Get the Uri.withClientIpAddress
(String clientIpAddress) Set the client Ip Address.withClientRequestId
(String clientRequestId) Set the client request id.withMethod
(String method) Set the Http request method.Set the Uri.
-
Constructor Details
-
HttpRequestInfo
public HttpRequestInfo()
-
-
Method Details
-
clientRequestId
Get the client request id.- Returns:
- the clientRequestId value
-
withClientRequestId
Set the client request id.- Parameters:
clientRequestId
- the clientRequestId value to set- Returns:
- the HttpRequestInfo object itself.
-
clientIpAddress
Get the client Ip Address.- Returns:
- the clientIpAddress value
-
withClientIpAddress
Set the client Ip Address.- Parameters:
clientIpAddress
- the clientIpAddress value to set- Returns:
- the HttpRequestInfo object itself.
-
method
Get the Http request method.- Returns:
- the method value
-
withMethod
Set the Http request method.- Parameters:
method
- the method value to set- Returns:
- the HttpRequestInfo object itself.
-
uri
Get the Uri.- Returns:
- the uri value
-
withUri
Set the Uri.- Parameters:
uri
- the uri value to set- Returns:
- the HttpRequestInfo object itself.
-