Package com.docspring
Class ErrorResponse
java.lang.Object
com.docspring.ErrorResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.16.0-DOCSPRING")
public class ErrorResponse
extends Object
ErrorResponse
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this error_response object is equal to o.getError()Get errorGet statusinthashCode()voidvoidsetStatus(ErrorResponse.StatusEnum status) status(ErrorResponse.StatusEnum status) toString()
-
Field Details
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_ERROR
- See Also:
-
-
Constructor Details
-
ErrorResponse
public ErrorResponse()
-
-
Method Details
-
status
-
getStatus
Get status- Returns:
- status
-
setStatus
-
error
-
getError
Get error- Returns:
- error
-
setError
-
equals
Return true if this error_response object is equal to o. -
hashCode
public int hashCode() -
toString
-