Class DataFeedProcessResponse

java.lang.Object
com.broadleafcommerce.datafeed.web.domain.DataFeedProcessResponse
All Implemented Interfaces:
Serializable

public class DataFeedProcessResponse extends Object implements 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 Details

    • DataFeedProcessResponse

      public DataFeedProcessResponse()
  • Method Details

    • getProcess

      public DataFeedProcess getProcess()
    • getApplicationName

      @Nullable public String getApplicationName()
      The application name for the DataFeedProcess.getApplicationId().
    • setProcess

      public void setProcess(DataFeedProcess process)
    • setApplicationName

      public void setApplicationName(@Nullable String applicationName)
      The application name for the DataFeedProcess.getApplicationId().
    • getId

      public String getId()
    • getDisplayName

      public String getDisplayName()
    • getDescription

      public String getDescription()
    • getProcessType

      public String getProcessType()
    • getDataFeedPublicationConfigurationIds

      public List<String> getDataFeedPublicationConfigurationIds()
    • getApplicationId

      public String getApplicationId()
    • isEnabled

      public boolean isEnabled()
    • getFilterString

      public String getFilterString()
    • getContextState

      public com.broadleafcommerce.data.tracking.core.filtering.business.domain.ContextState getContextState()
    • setId

      public void setId(String id)
    • setDisplayName

      public void setDisplayName(String displayName)
    • setDescription

      public void setDescription(String description)
    • setProcessType

      public void setProcessType(String processType)
    • setDataFeedPublicationConfigurationIds

      public void setDataFeedPublicationConfigurationIds(List<String> dataFeedPublicationConfigurationIds)
    • setApplicationId

      public void setApplicationId(String applicationId)
    • setEnabled

      public void setEnabled(boolean enabled)
    • setFilterString

      public void setFilterString(String filterString)
    • setContextState

      public void setContextState(com.broadleafcommerce.data.tracking.core.filtering.business.domain.ContextState contextState)