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()voidsetActions(List<Issue.Action> actions) voidsetBatchActions(List<Issue.Action> batchActions) voidsetClassName(String className) voidsetCreatedAt(ZonedDateTime createdAt) voidsetDetails(String details) voidsetDocumentId(String documentId) voidsetEpcisDocumentDTOxml(String epcisDocumentDTOxml) Deprecated.voidsetEventId(Set<String> eventId) voidsetFailedReason(String failedReason) voidvoidsetListOfEvents(EventList listOfEvents) voidsetListOfVocabularies(VocabularyList listOfVocabularies) voidsetPartition(Integer partition) voidsetTopicName(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
-