Class ProblemDetails
java.lang.Object
com.boldsign.model.ProblemDetails
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class ProblemDetails
extends Object
ProblemDetails
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic ProblemDetailsCreate an instance of ProblemDetails given an JSON stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.Get detailGet instanceGet statusgetTitle()Get titlegetType()Get typeinthashCode()putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidvoidsetInstance(String instance) voidvoidvoidtoJson()Convert an instance of ProblemDetails to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_TYPE
- See Also:
-
SERIALIZED_NAME_TITLE
- See Also:
-
SERIALIZED_NAME_STATUS
- See Also:
-
SERIALIZED_NAME_DETAIL
- See Also:
-
SERIALIZED_NAME_INSTANCE
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ProblemDetails
public ProblemDetails()
-
-
Method Details
-
type
-
getType
-
setType
-
title
-
getTitle
-
setTitle
-
status
-
getStatus
-
setStatus
-
detail
-
getDetail
-
setDetail
-
instance
-
getInstance
-
setInstance
-
putAdditionalProperty
Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it.- Parameters:
key- name of the propertyvalue- value of the property- Returns:
- the ProblemDetails instance itself
-
getAdditionalProperties
-
getAdditionalProperty
-
equals
-
hashCode
-
toString
-
createFormData
- Throws:
ApiException
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to ProblemDetails
-
fromJson
Create an instance of ProblemDetails given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ProblemDetails
- Throws:
IOException- if the JSON string is invalid with respect to ProblemDetails
-
toJson
-