Package model
Class AuthorizationCapturedExternalResponsesInner
- java.lang.Object
-
- model.AuthorizationCapturedExternalResponsesInner
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class AuthorizationCapturedExternalResponsesInner extends Object
AuthorizationCapturedExternalResponsesInner
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAuthorizationCapturedExternalResponsesInner.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_BODYstatic StringSERIALIZED_NAME_CONTENT_TYPE
-
Constructor Summary
Constructors Constructor Description AuthorizationCapturedExternalResponsesInner()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthorizationCapturedExternalResponsesInnerbody(String body)AuthorizationCapturedExternalResponsesInnercontentType(String contentType)booleanequals(Object o)static AuthorizationCapturedExternalResponsesInnerfromJson(String jsonString)Create an instance of AuthorizationCapturedExternalResponsesInner given an JSON stringStringgetBody()Get bodyStringgetContentType()Get contentTypeinthashCode()voidsetBody(String body)voidsetContentType(String contentType)StringtoJson()Convert an instance of AuthorizationCapturedExternalResponsesInner to an JSON stringStringtoString()static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj)Validates the JSON Object and throws an exception if issues found
-
-
-
Field Detail
-
SERIALIZED_NAME_BODY
public static final String SERIALIZED_NAME_BODY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CONTENT_TYPE
public static final String SERIALIZED_NAME_CONTENT_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
body
public AuthorizationCapturedExternalResponsesInner body(String body)
-
setBody
public void setBody(String body)
-
contentType
public AuthorizationCapturedExternalResponsesInner contentType(String contentType)
-
setContentType
public void setContentType(String contentType)
-
validateJsonObject
public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOExceptionValidates the JSON Object and throws an exception if issues found- Parameters:
jsonObj- JSON Object- Throws:
IOException- if the JSON Object is invalid with respect to AuthorizationCapturedExternalResponsesInner
-
fromJson
public static AuthorizationCapturedExternalResponsesInner fromJson(String jsonString) throws IOException
Create an instance of AuthorizationCapturedExternalResponsesInner given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of AuthorizationCapturedExternalResponsesInner
- Throws:
IOException- if the JSON string is invalid with respect to AuthorizationCapturedExternalResponsesInner
-
toJson
public String toJson()
Convert an instance of AuthorizationCapturedExternalResponsesInner to an JSON string- Returns:
- JSON string
-
-