Package model
Class Error403ForbiddenListEmbeddedErrorsInner
java.lang.Object
model.Error403ForbiddenListEmbeddedErrorsInner
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-06-24T13:03:18.088665-07:00[America/Los_Angeles]")
public class Error403ForbiddenListEmbeddedErrorsInner
extends Object
Error403ForbiddenListEmbeddedErrorsInner
-
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 Error403ForbiddenListEmbeddedErrorsInner 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 Error403ForbiddenListEmbeddedErrorsInner 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
-
Error403ForbiddenListEmbeddedErrorsInner
public Error403ForbiddenListEmbeddedErrorsInner()
-
-
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 Error403ForbiddenListEmbeddedErrorsInner
-
fromJson
public static Error403ForbiddenListEmbeddedErrorsInner fromJson(String jsonString) throws IOException Create an instance of Error403ForbiddenListEmbeddedErrorsInner given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of Error403ForbiddenListEmbeddedErrorsInner
- Throws:
IOException- if the JSON string is invalid with respect to Error403ForbiddenListEmbeddedErrorsInner
-
toJson
Convert an instance of Error403ForbiddenListEmbeddedErrorsInner to an JSON string- Returns:
- JSON string
-