Class RejectRequest


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2021-01-12T16:13:57.119092Z[GMT]")
    public class RejectRequest
    extends Object
    RejectRequest
    • Constructor Detail

      • RejectRequest

        public RejectRequest()
    • Method Detail

      • getError

        @Nullable
        public String getError()
        The error should follow the OAuth2 error format (e.g. `invalid_request`, `login_required`). Defaults to `request_denied`.
        Returns:
        error
      • setError

        public void setError​(String error)
      • getErrorDebug

        @Nullable
        public String getErrorDebug()
        Debug contains information to help resolve the problem as a developer. Usually not exposed to the public but only in the server logs.
        Returns:
        errorDebug
      • setErrorDebug

        public void setErrorDebug​(String errorDebug)
      • getErrorDescription

        @Nullable
        public String getErrorDescription()
        Description of the error in a human readable format.
        Returns:
        errorDescription
      • setErrorDescription

        public void setErrorDescription​(String errorDescription)
      • getErrorHint

        @Nullable
        public String getErrorHint()
        Hint to help resolve the error.
        Returns:
        errorHint
      • setErrorHint

        public void setErrorHint​(String errorHint)
      • getStatusCode

        @Nullable
        public Long getStatusCode()
        Represents the HTTP status code of the error (e.g. 401 or 403) Defaults to 400
        Returns:
        statusCode
      • setStatusCode

        public void setStatusCode​(Long statusCode)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object