Class RawResponse
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.RawResponse
-
public class RawResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRawResponse.Builder
-
Constructor Summary
Constructors Constructor Description RawResponse(java.lang.String method, java.lang.String url)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)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openapitools.jackson.nullable.JsonNullable<Body>body()static RawResponse.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()java.lang.Stringmethod()org.openapitools.jackson.nullable.JsonNullable<RawResponseResponse>response()java.lang.StringtoString()java.lang.Stringurl()RawResponsewithBody(Body body)RawResponsewithBody(org.openapitools.jackson.nullable.JsonNullable<? extends Body> body)RawResponsewithMethod(java.lang.String method)RawResponsewithResponse(RawResponseResponse response)RawResponsewithResponse(org.openapitools.jackson.nullable.JsonNullable<? extends RawResponseResponse> response)RawResponsewithUrl(java.lang.String url)
-
-
-
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()
-
builder
public static RawResponse.Builder builder()
-
withMethod
public RawResponse withMethod(java.lang.String method)
-
withUrl
public RawResponse withUrl(java.lang.String url)
-
withBody
public RawResponse withBody(Body body)
-
withBody
public RawResponse withBody(org.openapitools.jackson.nullable.JsonNullable<? extends Body> body)
-
withResponse
public RawResponse withResponse(RawResponseResponse response)
-
withResponse
public RawResponse withResponse(org.openapitools.jackson.nullable.JsonNullable<? extends RawResponseResponse> response)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-