Package model
Class Error422InvalidFieldListEmbeddedErrorsInner
- java.lang.Object
-
- model.Error422InvalidFieldListEmbeddedErrorsInner
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class Error422InvalidFieldListEmbeddedErrorsInner extends Object
Error422InvalidFieldListEmbeddedErrorsInner
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classError422InvalidFieldListEmbeddedErrorsInner.CodeEnumGets or Sets codestatic classError422InvalidFieldListEmbeddedErrorsInner.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_CODEstatic StringSERIALIZED_NAME_FIELDstatic StringSERIALIZED_NAME_LINKSstatic StringSERIALIZED_NAME_LOGREFstatic StringSERIALIZED_NAME_MESSAGE
-
Constructor Summary
Constructors Constructor Description Error422InvalidFieldListEmbeddedErrorsInner()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_CODE
public static final String SERIALIZED_NAME_CODE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_FIELD
public static final String SERIALIZED_NAME_FIELD
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LOGREF
public static final String SERIALIZED_NAME_LOGREF
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_MESSAGE
public static final String SERIALIZED_NAME_MESSAGE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LINKS
public static final String SERIALIZED_NAME_LINKS
- See Also:
- Constant Field Values
-
-
Method Detail
-
code
public Error422InvalidFieldListEmbeddedErrorsInner code(Error422InvalidFieldListEmbeddedErrorsInner.CodeEnum code)
-
getCode
@Nullable public Error422InvalidFieldListEmbeddedErrorsInner.CodeEnum getCode()
Get code- Returns:
- code
-
setCode
public void setCode(Error422InvalidFieldListEmbeddedErrorsInner.CodeEnum code)
-
field
public Error422InvalidFieldListEmbeddedErrorsInner field(String field)
-
setField
public void setField(String field)
-
logref
public Error422InvalidFieldListEmbeddedErrorsInner logref(LogRef logref)
-
setLogref
public void setLogref(LogRef logref)
-
message
public Error422InvalidFieldListEmbeddedErrorsInner message(String message)
-
setMessage
public void setMessage(String message)
-
links
public Error422InvalidFieldListEmbeddedErrorsInner links(Error402PaymentRequiredEmbeddedErrorsInnerLinks links)
-
getLinks
@Nullable public Error402PaymentRequiredEmbeddedErrorsInnerLinks getLinks()
Get links- Returns:
- links
-
setLinks
public void setLinks(Error402PaymentRequiredEmbeddedErrorsInnerLinks links)
-
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 Error422InvalidFieldListEmbeddedErrorsInner
-
fromJson
public static Error422InvalidFieldListEmbeddedErrorsInner fromJson(String jsonString) throws IOException
Create an instance of Error422InvalidFieldListEmbeddedErrorsInner given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of Error422InvalidFieldListEmbeddedErrorsInner
- Throws:
IOException- if the JSON string is invalid with respect to Error422InvalidFieldListEmbeddedErrorsInner
-
toJson
public String toJson()
Convert an instance of Error422InvalidFieldListEmbeddedErrorsInner to an JSON string- Returns:
- JSON string
-
-