Class ErrorError

java.lang.Object
org.alfresco.authentication.model.ErrorError

@Validated public class ErrorError extends Object
ErrorError
  • Constructor Details

    • ErrorError

      public ErrorError()
  • Method Details

    • errorKey

      public ErrorError errorKey(String errorKey)
    • getErrorKey

      public String getErrorKey()
      Get errorKey
      Returns:
      errorKey
    • setErrorKey

      public void setErrorKey(String errorKey)
    • statusCode

      public ErrorError statusCode(Integer statusCode)
    • getStatusCode

      @NotNull public @NotNull Integer getStatusCode()
      Get statusCode
      Returns:
      statusCode
    • setStatusCode

      public void setStatusCode(Integer statusCode)
    • briefSummary

      public ErrorError briefSummary(String briefSummary)
    • getBriefSummary

      @NotNull public @NotNull String getBriefSummary()
      Get briefSummary
      Returns:
      briefSummary
    • setBriefSummary

      public void setBriefSummary(String briefSummary)
    • stackTrace

      public ErrorError stackTrace(String stackTrace)
    • getStackTrace

      @NotNull public @NotNull String getStackTrace()
      Get stackTrace
      Returns:
      stackTrace
    • setStackTrace

      public void setStackTrace(String stackTrace)
    • descriptionURL

      public ErrorError descriptionURL(String descriptionURL)
    • getDescriptionURL

      @NotNull public @NotNull String getDescriptionURL()
      Get descriptionURL
      Returns:
      descriptionURL
    • setDescriptionURL

      public void setDescriptionURL(String descriptionURL)
    • logId

      public ErrorError logId(String logId)
    • getLogId

      public String getLogId()
      Get logId
      Returns:
      logId
    • setLogId

      public void setLogId(String logId)
    • 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