Class LetterBoxRegistration

    • Method Detail

      • 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).