Package ai.vectorizer.model
Class ErrorResponseError
java.lang.Object
ai.vectorizer.model.ErrorResponseError
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.6.0")
public class ErrorResponseError
extends Object
ErrorResponseError
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this ErrorResponse_error object is equal to o.getCode()Get codeGet messageGet statusinthashCode()voidvoidsetMessage(String message) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_CODE
- See Also:
-
JSON_PROPERTY_MESSAGE
- See Also:
-
-
Constructor Details
-
ErrorResponseError
public ErrorResponseError()
-
-
Method Details
-
status
-
getStatus
Get status- Returns:
- status
-
setStatus
-
code
-
getCode
Get code- Returns:
- code
-
setCode
-
message
-
getMessage
Get message- Returns:
- message
-
setMessage
-
equals
Return true if this ErrorResponse_error object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-