Package model
Class Error404NotFoundListEmbeddedErrorsInner
- java.lang.Object
-
- model.Error404NotFoundListEmbeddedErrorsInner
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class Error404NotFoundListEmbeddedErrorsInner extends Object
Error404NotFoundListEmbeddedErrorsInner
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classError404NotFoundListEmbeddedErrorsInner.CodeEnumGets or Sets codestatic classError404NotFoundListEmbeddedErrorsInner.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_CODEstatic StringSERIALIZED_NAME_LINKSstatic StringSERIALIZED_NAME_LOGREFstatic StringSERIALIZED_NAME_MESSAGE
-
Constructor Summary
Constructors Constructor Description Error404NotFoundListEmbeddedErrorsInner()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_CODE
public static final String SERIALIZED_NAME_CODE
- 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 Error404NotFoundListEmbeddedErrorsInner code(Error404NotFoundListEmbeddedErrorsInner.CodeEnum code)
-
getCode
@Nullable public Error404NotFoundListEmbeddedErrorsInner.CodeEnum getCode()
Get code- Returns:
- code
-
setCode
public void setCode(Error404NotFoundListEmbeddedErrorsInner.CodeEnum code)
-
logref
public Error404NotFoundListEmbeddedErrorsInner logref(LogRef logref)
-
setLogref
public void setLogref(LogRef logref)
-
message
public Error404NotFoundListEmbeddedErrorsInner message(String message)
-
setMessage
public void setMessage(String message)
-
links
public Error404NotFoundListEmbeddedErrorsInner links(Error402PaymentRequiredEmbeddedErrorsInnerLinks links)
-
getLinks
@Nullable public Error402PaymentRequiredEmbeddedErrorsInnerLinks getLinks()
Get links- Returns:
- links
-
setLinks
public void setLinks(Error402PaymentRequiredEmbeddedErrorsInnerLinks links)
-
putAdditionalProperty
public Error404NotFoundListEmbeddedErrorsInner putAdditionalProperty(String key, Object value)
Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it.
-
getAdditionalProperties
public Map<String,Object> getAdditionalProperties()
Return the additional (undeclared) property.
-
getAdditionalProperty
public Object getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
-
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 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
public String toJson()
Convert an instance of Error404NotFoundListEmbeddedErrorsInner to an JSON string- Returns:
- JSON string
-
-