Class Problem


  • public class Problem
    extends java.lang.Object
    This class implements the RFC 7807 and extends some attributes The RFC attributes are 'status', 'type', 'title' and 'detail' https://tools.ietf.org/html/rfc7807
    Author:
    Paulo Alonso
    • Constructor Detail

      • Problem

        public Problem()
    • Method Detail

      • getStatus

        public java.lang.Integer getStatus()
      • getType

        public java.lang.String getType()
      • getTitle

        public java.lang.String getTitle()
      • getDetail

        public java.lang.String getDetail()
      • getTimestamp

        public java.time.OffsetDateTime getTimestamp()