Class PayloadTooLargeProblem

All Implemented Interfaces:
FluentProblem<PayloadTooLargeProblem>, Serializable

public class PayloadTooLargeProblem extends ClientProblem implements FluentProblem<PayloadTooLargeProblem>
HTTP 413: Payload Too Large (https://www.belgif.be/specification/rest/api-guide/problems/payloadTooLarge.html)
See Also:
  • Field Details

  • Constructor Details

    • PayloadTooLargeProblem

      public PayloadTooLargeProblem()
    • PayloadTooLargeProblem

      public PayloadTooLargeProblem(Long limit)
  • Method Details

    • getLimit

      public Long getLimit()
    • setLimit

      public void setLimit(Long limit)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Problem
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Problem