Class LetterBoxRegistration

java.lang.Object
nl.vpro.letterbox.LetterBoxRegistration
All Implemented Interfaces:
Serializable

public class LetterBoxRegistration extends Object implements Serializable
Since:
5.8
Author:
Michiel Meeuwissen
See Also:
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • builder

      public static @NonNull LetterBoxRegistration.Builder builder()
    • getKey

      public String getKey()
    • getEndPointId

      public String getEndPointId()
    • getPrincipalId

      public String getPrincipalId()
    • getDescription

      public String getDescription()
    • getImplementingClass

      public String getImplementingClass()
    • getAsyncAfter

      public Duration getAsyncAfter()
    • isAcceptAll

      public boolean isAcceptAll()
    • getErrors

      public String getErrors()
    • setErrors

      public void setErrors(String errors)
    • equals

      public boolean equals(@Nullable Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(@Nullable Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • withAcceptAll

      public @NonNull LetterBoxRegistration withAcceptAll(boolean acceptAll)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).