Class ErrorError


  • @Validated
    public class ErrorError
    extends Object
    ErrorError
    • Constructor Detail

      • ErrorError

        public ErrorError()
    • Method Detail

      • getErrorKey

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

        public void setErrorKey​(String errorKey)
      • getStatusCode

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

        public void setStatusCode​(Integer statusCode)
      • getBriefSummary

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

        public void setBriefSummary​(String briefSummary)
      • getStackTrace

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

        public void setStackTrace​(String stackTrace)
      • getDescriptionURL

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

        public void setDescriptionURL​(String descriptionURL)
      • getLogId

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

        public void setLogId​(String logId)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object