Class DataFeedProcessResponse
java.lang.Object
com.broadleafcommerce.datafeed.web.domain.DataFeedProcessResponse
- All Implemented Interfaces:
Serializable
The representation of the
DataFeedProcess
that is used to as a response for the API
requests and contains the additional information.- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe application name for theDataFeedProcess.getApplicationId()
.com.broadleafcommerce.data.tracking.core.filtering.business.domain.ContextState
getId()
boolean
void
setApplicationId
(String applicationId) void
setApplicationName
(String applicationName) The application name for theDataFeedProcess.getApplicationId()
.void
setContextState
(com.broadleafcommerce.data.tracking.core.filtering.business.domain.ContextState contextState) void
setDataFeedPublicationConfigurationIds
(List<String> dataFeedPublicationConfigurationIds) void
setDescription
(String description) void
setDisplayName
(String displayName) void
setEnabled
(boolean enabled) void
setFilterString
(String filterString) void
void
setProcess
(DataFeedProcess process) void
setProcessType
(String processType)
-
Constructor Details
-
DataFeedProcessResponse
public DataFeedProcessResponse()
-
-
Method Details
-
getProcess
-
getApplicationName
The application name for theDataFeedProcess.getApplicationId()
. -
setProcess
-
setApplicationName
The application name for theDataFeedProcess.getApplicationId()
. -
getId
-
getDisplayName
-
getDescription
-
getProcessType
-
getDataFeedPublicationConfigurationIds
-
getApplicationId
-
isEnabled
public boolean isEnabled() -
getFilterString
-
getContextState
public com.broadleafcommerce.data.tracking.core.filtering.business.domain.ContextState getContextState() -
setId
-
setDisplayName
-
setDescription
-
setProcessType
-
setDataFeedPublicationConfigurationIds
-
setApplicationId
-
setEnabled
public void setEnabled(boolean enabled) -
setFilterString
-
setContextState
public void setContextState(com.broadleafcommerce.data.tracking.core.filtering.business.domain.ContextState contextState)
-