com.ibm.commerce.marketing.facade.datatypes

Interface ExperimentStatisticsType



  • public interface ExperimentStatisticsType
    A representation of the model object 'Experiment Statistics Type'. The statistics of an experiment.

    The following features are supported:

    See Also:
    MarketingPackage.getExperimentStatisticsType()
    • Method Detail

      • getCustomersParticipated

        java.lang.String getCustomersParticipated()
        Returns the value of the 'Customers Participated' attribute. The number of customers who have particpated in the experiment.
        Returns:
        the value of the 'Customers Participated' attribute.
        See Also:
        setCustomersParticipated(String), MarketingPackage.getExperimentStatisticsType_CustomersParticipated()
      • setCustomersParticipated

        void setCustomersParticipated(java.lang.String value)
        Sets the value of the 'Customers Participated' attribute.
        Parameters:
        value - the new value of the 'Customers Participated' attribute.
        See Also:
        getCustomersParticipated()
      • getTestElementStatistics

        java.util.List getTestElementStatistics()
        Returns the value of the 'Test Element Statistics' containment reference list. The list contents are of type TestElementStatisticsType. The statistics for all the test elements that are part of an experiment.
        Returns:
        the value of the 'Test Element Statistics' containment reference list.
        See Also:
        MarketingPackage.getExperimentStatisticsType_TestElementStatistics()