Class ResourceHttpRequest


  • public final class ResourceHttpRequest
    extends Object
    The details of the HTTP request.
    • Constructor Detail

      • ResourceHttpRequest

        public ResourceHttpRequest()
    • Method Detail

      • getClientRequestId

        public String getClientRequestId()
        Get the clientRequestId property: The client request ID.
        Returns:
        the clientRequestId value.
      • setClientRequestId

        public ResourceHttpRequest setClientRequestId​(String clientRequestId)
        Set the clientRequestId property: The client request ID.
        Parameters:
        clientRequestId - the clientRequestId value to set.
        Returns:
        the ResourceHttpRequest object itself.
      • getClientIpAddress

        public String getClientIpAddress()
        Get the clientIpAddress property: The client IP address.
        Returns:
        the clientIpAddress value.
      • setClientIpAddress

        public ResourceHttpRequest setClientIpAddress​(String clientIpAddress)
        Set the clientIpAddress property: The client IP address.
        Parameters:
        clientIpAddress - the clientIpAddress value to set.
        Returns:
        the ResourceHttpRequest object itself.
      • getMethod

        public String getMethod()
        Get the method property: The request method.
        Returns:
        the method value.
      • setMethod

        public ResourceHttpRequest setMethod​(String method)
        Set the method property: The request method.
        Parameters:
        method - the method value to set.
        Returns:
        the ResourceHttpRequest object itself.
      • getUrl

        public String getUrl()
        Get the url property: The url used in the request.
        Returns:
        the url value.
      • setUrl

        public ResourceHttpRequest setUrl​(String url)
        Set the url property: The url used in the request.
        Parameters:
        url - the url value to set.
        Returns:
        the ResourceHttpRequest object itself.