Class Issue

java.lang.Object
com.persequor.extension.issue.Issue

public class Issue extends Object
The intention of this class is to represent an issue for read-only purposes. Any modifications into this object and its fields will be ignored in general, but could potentially lead to inconsistencies in the flow
  • Constructor Details

    • Issue

      @Deprecated public Issue()
      Deprecated.
      This constructor is only for backwards compatibility and tests, shouldn't be used in production.
    • Issue

      public Issue(String originalMessage)
  • Method Details

    • getEpcisDocumentDTOxml

      @Deprecated public String getEpcisDocumentDTOxml()
      Deprecated.
    • setEpcisDocumentDTOxml

      @Deprecated public void setEpcisDocumentDTOxml(String epcisDocumentDTOxml)
      Deprecated.
    • getListOfEvents

      public EventList getListOfEvents()
    • setListOfEvents

      public void setListOfEvents(EventList listOfEvents)
    • getListOfVocabularies

      public VocabularyList getListOfVocabularies()
    • setListOfVocabularies

      public void setListOfVocabularies(VocabularyList listOfVocabularies)
    • getTopicName

      public String getTopicName()
    • setTopicName

      public void setTopicName(String topicName)
    • getDetails

      public String getDetails()
    • setDetails

      public void setDetails(String details)
    • getFailedReason

      public String getFailedReason()
    • setFailedReason

      public void setFailedReason(String failedReason)
    • getClassName

      public String getClassName()
    • setClassName

      public void setClassName(String className)
    • getId

      public UUID getId()
    • setId

      public void setId(UUID id)
    • getPartition

      public Integer getPartition()
    • setPartition

      public void setPartition(Integer partition)
    • getDocumentId

      public String getDocumentId()
    • setDocumentId

      public void setDocumentId(String documentId)
    • getEventId

      public Set<String> getEventId()
    • setEventId

      public void setEventId(Set<String> eventId)
    • getCreatedAt

      public ZonedDateTime getCreatedAt()
    • setCreatedAt

      public void setCreatedAt(ZonedDateTime createdAt)
    • getOriginalMessage

      public String getOriginalMessage()
    • copy

      public Issue copy()
    • getAdditionalData

      public AdditionalData getAdditionalData()
    • getActions

      public List<Issue.Action> getActions()
    • setActions

      public void setActions(List<Issue.Action> actions)
    • getBatchActions

      public List<Issue.Action> getBatchActions()
    • setBatchActions

      public void setBatchActions(List<Issue.Action> batchActions)