Package com.exoscale.sdk.model
Class ForbiddenOperationResponse
java.lang.Object
com.exoscale.sdk.model.ForbiddenOperationResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class ForbiddenOperationResponse
extends Object
Forbidden operation response
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumMachine-readable forbidden error code -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this forbidden-operation-response object is equal to o.getCode()Machine-readable forbidden error codegetError()Forbidden error messageinthashCode()toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_CODE
- See Also:
-
JSON_PROPERTY_ERROR
- See Also:
-
-
Constructor Details
-
ForbiddenOperationResponse
public ForbiddenOperationResponse() -
ForbiddenOperationResponse
-
-
Method Details
-
getCode
Machine-readable forbidden error code- Returns:
- code
-
getError
Forbidden error message- Returns:
- error
-
equals
Return true if this forbidden-operation-response 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
-