Package com.persequor.extension.issue
Class Issue
java.lang.Object
com.persequor.extension.issue.Issue
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
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()
Deprecated.getId()
void
setActions
(List<Issue.Action> actions) void
setBatchActions
(List<Issue.Action> batchActions) void
setClassName
(String className) void
setCreatedAt
(ZonedDateTime createdAt) void
setDetails
(String details) void
setDocumentId
(String documentId) void
setEpcisDocumentDTOxml
(String epcisDocumentDTOxml) Deprecated.void
setEventId
(Set<String> eventId) void
setFailedReason
(String failedReason) void
void
setListOfEvents
(EventList listOfEvents) void
setListOfVocabularies
(VocabularyList listOfVocabularies) void
setPartition
(Integer partition) void
setTopicName
(String topicName)
-
Constructor Details
-
Issue
Deprecated.This constructor is only for backwards compatibility and tests, shouldn't be used in production. -
Issue
-
-
Method Details
-
getEpcisDocumentDTOxml
Deprecated. -
setEpcisDocumentDTOxml
Deprecated. -
getListOfEvents
-
setListOfEvents
-
getListOfVocabularies
-
setListOfVocabularies
-
getTopicName
-
setTopicName
-
getDetails
-
setDetails
-
getFailedReason
-
setFailedReason
-
getClassName
-
setClassName
-
getId
-
setId
-
getPartition
-
setPartition
-
getDocumentId
-
setDocumentId
-
getEventId
-
setEventId
-
getCreatedAt
-
setCreatedAt
-
getOriginalMessage
-
copy
-
getAdditionalData
-
getActions
-
setActions
-
getBatchActions
-
setBatchActions
-