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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe application name for theDataFeedProcess.getApplicationId().com.broadleafcommerce.data.tracking.core.filtering.business.domain.ContextStategetId()booleanvoidsetApplicationId(String applicationId) voidsetApplicationName(String applicationName) The application name for theDataFeedProcess.getApplicationId().voidsetContextState(com.broadleafcommerce.data.tracking.core.filtering.business.domain.ContextState contextState) voidsetDataFeedPublicationConfigurationIds(List<String> dataFeedPublicationConfigurationIds) voidsetDescription(String description) voidsetDisplayName(String displayName) voidsetEnabled(boolean enabled) voidsetFilterString(String filterString) voidvoidsetProcess(DataFeedProcess process) voidsetProcessType(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)
-