Package model
Class Error404NotFoundListEmbeddedErrorsInner
java.lang.Object
model.Error404NotFoundListEmbeddedErrorsInner
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-06-24T13:03:18.088665-07:00[America/Los_Angeles]")
public class Error404NotFoundListEmbeddedErrorsInner
extends Object
Error404NotFoundListEmbeddedErrorsInner
-
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 Error404NotFoundListEmbeddedErrorsInner given an JSON stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.getCode()Get codegetLinks()Get linksGet logrefGet messageinthashCode()putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidvoidvoidvoidsetMessage(String message) toJson()Convert an instance of Error404NotFoundListEmbeddedErrorsInner 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_LOGREF
- See Also:
-
SERIALIZED_NAME_MESSAGE
- See Also:
-
SERIALIZED_NAME_LINKS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
Error404NotFoundListEmbeddedErrorsInner
public Error404NotFoundListEmbeddedErrorsInner()
-
-
Method Details
-
code
-
getCode
Get code- Returns:
- code
-
setCode
-
logref
-
getLogref
Get logref- Returns:
- logref
-
setLogref
-
message
-
getMessage
Get message- Returns:
- message
-
setMessage
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
putAdditionalProperty
Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it. -
getAdditionalProperties
Return the additional (undeclared) property. -
getAdditionalProperty
Return the additional (undeclared) property with the specified name. -
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 Error404NotFoundListEmbeddedErrorsInner
-
fromJson
public static Error404NotFoundListEmbeddedErrorsInner fromJson(String jsonString) throws IOException Create an instance of Error404NotFoundListEmbeddedErrorsInner given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of Error404NotFoundListEmbeddedErrorsInner
- Throws:
IOException- if the JSON string is invalid with respect to Error404NotFoundListEmbeddedErrorsInner
-
toJson
Convert an instance of Error404NotFoundListEmbeddedErrorsInner to an JSON string- Returns:
- JSON string
-