Class RawResponse


  • public class RawResponse
    extends java.lang.Object
    • Constructor Detail

      • RawResponse

        public RawResponse​(java.lang.String method,
                           java.lang.String url,
                           org.openapitools.jackson.nullable.JsonNullable<? extends Body> body,
                           org.openapitools.jackson.nullable.JsonNullable<? extends RawResponseResponse> response)
      • RawResponse

        public RawResponse​(java.lang.String method,
                           java.lang.String url)
    • Method Detail

      • method

        public java.lang.String method()
      • url

        public java.lang.String url()
      • body

        public org.openapitools.jackson.nullable.JsonNullable<Body> body()
      • response

        public org.openapitools.jackson.nullable.JsonNullable<RawResponseResponse> response()
      • withMethod

        public RawResponse withMethod​(java.lang.String method)
      • withUrl

        public RawResponse withUrl​(java.lang.String url)
      • withBody

        public RawResponse withBody​(org.openapitools.jackson.nullable.JsonNullable<? extends Body> 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