Class MfaForbiddenRequestError


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2023-02-21T09:43:53.001100-05:00[America/New_York]")
    public class MfaForbiddenRequestError
    extends Object
    MfaForbiddenRequestError
    • Constructor Detail

      • MfaForbiddenRequestError

        public MfaForbiddenRequestError()
    • Method Detail

      • getMessage

        @Nullable
        public String getMessage()
        The message containing the reason behind the request being forbidden.
        Returns:
        message
      • setMessage

        public void setMessage​(String message)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • validateJsonObject

        public static void validateJsonObject​(com.google.gson.JsonObject jsonObj)
                                       throws IOException
        Validates the JSON Object and throws an exception if issues found
        Parameters:
        jsonObj - JSON Object
        Throws:
        IOException - if the JSON Object is invalid with respect to MfaForbiddenRequestError
      • fromJson

        public static MfaForbiddenRequestError fromJson​(String jsonString)
                                                 throws IOException
        Create an instance of MfaForbiddenRequestError given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of MfaForbiddenRequestError
        Throws:
        IOException - if the JSON string is invalid with respect to MfaForbiddenRequestError
      • toJson

        public String toJson()
        Convert an instance of MfaForbiddenRequestError to an JSON string
        Returns:
        JSON string