HttpRequestInfo Class

  • java.lang.Object
    • com.microsoft.azure.management.monitor.HttpRequestInfo

public class HttpRequestInfo

The Http request info.

Method Summary

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.

Method Details

clientIpAddress

public String clientIpAddress()

Get the client Ip Address.

Returns:

the clientIpAddress value

clientRequestId

public String clientRequestId()

Get the client request id.

Returns:

the clientRequestId value

method

public String method()

Get the Http request method.

Returns:

the method value

uri

public String uri()

Get the Uri.

Returns:

the uri value

withClientIpAddress

public HttpRequestInfo withClientIpAddress(String clientIpAddress)

Set the client Ip Address.

Parameters:

clientIpAddress - the clientIpAddress value to set

Returns:

the HttpRequestInfo object itself.

withClientRequestId

public HttpRequestInfo withClientRequestId(String clientRequestId)

Set the client request id.

Parameters:

clientRequestId - the clientRequestId value to set

Returns:

the HttpRequestInfo object itself.

withMethod

public HttpRequestInfo withMethod(String method)

Set the Http request method.

Parameters:

method - the method value to set

Returns:

the HttpRequestInfo object itself.

withUri

public HttpRequestInfo withUri(String uri)

Set the Uri.

Parameters:

uri - the uri value to set

Returns:

the HttpRequestInfo object itself.

Applies to