Constructor and Description |
---|
CampaignDetail(Campaign campaign)
Instantiates a new Campaign detail.
|
Modifier and Type | Method and Description |
---|---|
Campaign |
getCampaign()
Retrieves the associated campaign.
|
long |
getCampaignSessionSuccess()
Retrieves the number of campaign session successes.
|
long |
getCampaignSessionViews()
Retrieves the number of campaign session views.
|
double |
getConversionRate()
Retrieves the conversion rate.
|
long |
getEngagedProfiles()
Retrieves the number of engaged profiles.
|
long |
getNumberOfGoals()
Retrieves the number of goals.
|
void |
setCampaign(Campaign campaign)
Sets the associated campaign.
|
void |
setCampaignSessionSuccess(long campaignSessionSuccess)
Sets the number of campaign session successes.
|
void |
setCampaignSessionViews(long campaignSessionViews)
Sets the number of campaign session views.
|
void |
setConversionRate(double conversionRate)
Sets the conversion rate.
|
void |
setEngagedProfiles(long engagedProfiles)
Sets the number of engaged profiles.
|
void |
setNumberOfGoals(long numberOfGoals)
Sets the number of goals.
|
public CampaignDetail(Campaign campaign)
campaign
- the campaignpublic long getEngagedProfiles()
public void setEngagedProfiles(long engagedProfiles)
engagedProfiles
- the number of engaged profilespublic long getNumberOfGoals()
public void setNumberOfGoals(long numberOfGoals)
numberOfGoals
- the number of goalspublic double getConversionRate()
public void setConversionRate(double conversionRate)
conversionRate
- the conversion ratepublic Campaign getCampaign()
public void setCampaign(Campaign campaign)
campaign
- the campaignpublic long getCampaignSessionViews()
public void setCampaignSessionViews(long campaignSessionViews)
campaignSessionViews
- the number of campaign session viewspublic long getCampaignSessionSuccess()
public void setCampaignSessionSuccess(long campaignSessionSuccess)
campaignSessionSuccess
- the number of campaign session successesCopyright © 2014–2022 Apache Software Foundation. All rights reserved.