Class NotFound

    • Constructor Detail

      • NotFound

        public NotFound()
    • Method Detail

      • getType

        @Nullable
        public String getType()
        A link to the error documentation.
        Returns:
        type
      • setType

        public void setType​(String type)
      • getTitle

        @Nullable
        public String getTitle()
        A description of the error that occurred.
        Returns:
        title
      • setTitle

        public void setTitle​(String title)
      • getName

        @Nullable
        public String getName()
        The name of the parameter that caused the error.
        Returns:
        name
      • setName

        public void setName​(String name)
      • getStatus

        @Nullable
        public Integer getStatus()
        The HTTP status code.
        Returns:
        status
      • setStatus

        public void setStatus​(Integer status)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object