Class ApiErrorException

java.lang.Object
org.genesys.amphibian.client.model.ApiErrorException

@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ApiErrorException extends Object
ApiErrorException
  • Field Details

  • Constructor Details

    • ApiErrorException

      public ApiErrorException()
  • Method Details

    • error

      public ApiErrorException error(String error)
    • getError

      @Nullable public String getError()
      Get error
      Returns:
      error
    • setError

      public void setError(String error)
    • localizedError

      public ApiErrorException localizedError(String localizedError)
    • getLocalizedError

      @Nullable public String getLocalizedError()
      Get localizedError
      Returns:
      localizedError
    • setLocalizedError

      public void setLocalizedError(String localizedError)
    • context

      public ApiErrorException context(Object context)
    • getContext

      @Nullable public Object getContext()
      Get context
      Returns:
      context
    • setContext

      public void setContext(Object context)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object