Package model
Class Error422InvalidFieldListEmbeddedErrorsInner
java.lang.Object
model.Error422InvalidFieldListEmbeddedErrorsInner
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-06-24T13:03:18.088665-07:00[America/Los_Angeles]")
public class Error422InvalidFieldListEmbeddedErrorsInner
extends Object
Error422InvalidFieldListEmbeddedErrorsInner
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets codestatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCreate an instance of Error422InvalidFieldListEmbeddedErrorsInner given an JSON stringgetCode()Get codegetField()Get fieldgetLinks()Get linksGet logrefGet messageinthashCode()voidvoidvoidvoidvoidsetMessage(String message) toJson()Convert an instance of Error422InvalidFieldListEmbeddedErrorsInner to an JSON stringtoString()static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj) Validates the JSON Object and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_CODE
- See Also:
-
SERIALIZED_NAME_FIELD
- See Also:
-
SERIALIZED_NAME_LOGREF
- See Also:
-
SERIALIZED_NAME_MESSAGE
- See Also:
-
SERIALIZED_NAME_LINKS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
Error422InvalidFieldListEmbeddedErrorsInner
public Error422InvalidFieldListEmbeddedErrorsInner()
-
-
Method Details
-
code
-
getCode
Get code- Returns:
- code
-
setCode
-
field
-
getField
Get field- Returns:
- field
-
setField
-
logref
-
getLogref
Get logref- Returns:
- logref
-
setLogref
-
message
-
getMessage
Get message- Returns:
- message
-
setMessage
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonObject
Validates 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
Convert an instance of Error422InvalidFieldListEmbeddedErrorsInner to an JSON string- Returns:
- JSON string
-