Class ErrorResponse

java.lang.Object
io.camunda.connector.http.base.model.ErrorResponse

public class ErrorResponse extends Object
  • Constructor Details

    • ErrorResponse

      public ErrorResponse()
  • Method Details

    • getError

      public String getError()
    • setError

      public void setError(String error)
    • getErrorCode

      public String getErrorCode()
    • setErrorCode

      public void setErrorCode(String errorCode)
    • 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