Class ErrorResult
java.lang.Object
com.boldsign.model.ErrorResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class ErrorResult
extends Object
ErrorResult
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic ErrorResultCreate an instance of ErrorResult given an JSON stringgetError()Get errorinthashCode()voidtoJson()Convert an instance of ErrorResult 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_ERROR
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ErrorResult
public ErrorResult()
-
-
Method Details
-
error
-
getError
-
setError
-
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 ErrorResult
-
fromJson
Create an instance of ErrorResult given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ErrorResult
- Throws:
IOException- if the JSON string is invalid with respect to ErrorResult
-
toJson
-