Class EventGenerationPageConfiguration
java.lang.Object
com.persequor.saga.modules.mobile.pages.EventGenerationPageConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromPageConfiguration
(PageConfiguration pageConfig) boolean
void
setBusinessLocations
(List<String> businessLocations) void
setDestinations
(List<String> destinations) void
setDestinationTypes
(List<String> destinationTypes) void
setEventEnrichers
(List<String> eventEnrichers) void
setEventTimeSetFromDevice
(Boolean eventTimeSetFromDevice) void
setParentLabel
(String parentLabel) void
setParentRegex
(String parentRegex) void
setParentScanDescription
(String parentScanDescription) void
setReadPoints
(List<String> readPoints) void
setSources
(List<String> sources) void
setSourceTypes
(List<String> sourceTypes) void
setTargetLabel
(String targetLabel) void
setTargetMaxAmount
(Integer targetMaxAmount) void
setTargetMinAmount
(Integer targetMinAmount) void
setTargetRegex
(String targetRegex) void
setTargetScanDescription
(String targetScanDescription)
-
Constructor Details
-
EventGenerationPageConfiguration
public EventGenerationPageConfiguration()
-
-
Method Details
-
fromPageConfiguration
-
getParentLabel
-
setParentLabel
-
getParentRegex
-
setParentRegex
-
getParentScanDescription
-
setParentScanDescription
-
getTargetLabel
-
setTargetLabel
-
getTargetRegex
-
setTargetRegex
-
getTargetScanDescription
-
setTargetScanDescription
-
getTargetMinAmount
-
setTargetMinAmount
-
getTargetMaxAmount
-
setTargetMaxAmount
-
getBusinessLocations
-
setBusinessLocations
-
getReadPoints
-
setReadPoints
-
getSourceTypes
-
setSourceTypes
-
getSources
-
setSources
-
getDestinationTypes
-
setDestinationTypes
-
getDestinations
-
setDestinations
-
getEventEnrichers
-
setEventEnrichers
-
isEventTimeSetFromDevice
public boolean isEventTimeSetFromDevice() -
setEventTimeSetFromDevice
-