Class Request


  • public class Request
    extends java.lang.Object
    Request

    The advanced log request data

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Request.Builder  
    • Constructor Summary

      Constructors 
      Constructor Description
      Request()  
      Request​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> method, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,​java.lang.Object>> headers, org.openapitools.jackson.nullable.JsonNullable<? extends Url> url, org.openapitools.jackson.nullable.JsonNullable<? extends java.lang.Object> body)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.openapitools.jackson.nullable.JsonNullable<java.lang.Object> body()  
      static Request.Builder builder()  
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,​java.lang.Object>> headers()  
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
      The request ID
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> method()
      The request method
      java.lang.String toString()  
      org.openapitools.jackson.nullable.JsonNullable<Url> url()
      The request URL data
      Request withBody​(java.lang.Object body)  
      Request withBody​(org.openapitools.jackson.nullable.JsonNullable<? extends java.lang.Object> body)  
      Request withHeaders​(java.util.Map<java.lang.String,​java.lang.Object> headers)  
      Request withHeaders​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,​java.lang.Object>> headers)  
      Request withId​(java.lang.String id)
      The request ID
      Request withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
      The request ID
      Request withMethod​(java.lang.String method)
      The request method
      Request withMethod​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> method)
      The request method
      Request withUrl​(Url url)
      The request URL data
      Request withUrl​(org.openapitools.jackson.nullable.JsonNullable<? extends Url> url)
      The request URL data
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Request

        public Request​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id,
                       org.openapitools.jackson.nullable.JsonNullable<java.lang.String> method,
                       org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,​java.lang.Object>> headers,
                       org.openapitools.jackson.nullable.JsonNullable<? extends Url> url,
                       org.openapitools.jackson.nullable.JsonNullable<? extends java.lang.Object> body)
      • Request

        public Request()
    • Method Detail

      • id

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
        The request ID
      • method

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> method()
        The request method
      • headers

        public org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,​java.lang.Object>> headers()
      • url

        public org.openapitools.jackson.nullable.JsonNullable<Url> url()
        The request URL data
      • body

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.Object> body()
      • withId

        public Request withId​(java.lang.String id)
        The request ID
      • withId

        public Request withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
        The request ID
      • withMethod

        public Request withMethod​(java.lang.String method)
        The request method
      • withMethod

        public Request withMethod​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> method)
        The request method
      • withHeaders

        public Request withHeaders​(java.util.Map<java.lang.String,​java.lang.Object> headers)
      • withHeaders

        public Request withHeaders​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,​java.lang.Object>> headers)
      • withUrl

        public Request withUrl​(Url url)
        The request URL data
      • withUrl

        public Request withUrl​(org.openapitools.jackson.nullable.JsonNullable<? extends Url> url)
        The request URL data
      • withBody

        public Request withBody​(java.lang.Object body)
      • withBody

        public Request withBody​(org.openapitools.jackson.nullable.JsonNullable<? extends java.lang.Object> body)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object