Class ErrorDeclaration

java.lang.Object
com.persequor.event.ErrorDeclaration
All Implemented Interfaces:
Model

public class ErrorDeclaration extends Object implements Model
  • Constructor Details

    • ErrorDeclaration

      public ErrorDeclaration()
  • Method Details

    • getDeclarationTime

      public ZonedDateTime getDeclarationTime()
    • setDeclarationTime

      public void setDeclarationTime(ZonedDateTime declarationTime)
    • getReason

      public ErrorReason getReason()
    • setReason

      public void setReason(ErrorReason reason)
    • getCorrectiveEventIds

      public List<String> getCorrectiveEventIds()
    • addCorrectiveEventIds

      public void addCorrectiveEventIds(String... correctiveEventIds)
    • addCorrectiveEventIds

      public void addCorrectiveEventIds(Collection<String> correctiveEventIds)
    • getCustomTags

      public CustomTagList getCustomTags()
    • cloneInto

      public void cloneInto(ErrorDeclaration emptyErrorDeclaration)