Package com.moesif.api.models
Class CampaignModel
java.lang.Object
com.moesif.api.models.CampaignModel
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetGclid()GETTER the gclidGETTER the referrerGETTER the referring domainGETTER the utm campaignGETTER the utm contentGETTER the utm mediumGETTER the utm sourceGETTER the utm termvoidSETTER the gclidvoidsetReferrer(String value) SETTER the referrervoidsetReferringDomain(String value) SETTER the referring domainvoidsetUtmCampaign(String value) SETTER the utm campaignvoidsetUtmContent(String value) SETTER the utm termvoidsetUtmMedium(String value) SETTER the utm mediumvoidsetUtmSource(String value) SETTER the utm sourcevoidsetUtmTerm(String value) SETTER the utm term
-
Constructor Details
-
CampaignModel
public CampaignModel()
-
-
Method Details
-
getUtmSource
GETTER the utm source- Returns:
- the value
-
setUtmSource
SETTER the utm source- Parameters:
value- the value to set
-
getUtmMedium
GETTER the utm medium- Returns:
- the value
-
setUtmMedium
SETTER the utm medium- Parameters:
value- the value to set
-
getUtmCampaign
GETTER the utm campaign- Returns:
- the value
-
setUtmCampaign
SETTER the utm campaign- Parameters:
value- the value to set
-
getUtmTerm
GETTER the utm term- Returns:
- the value
-
setUtmTerm
SETTER the utm term- Parameters:
value- the value to set
-
getUtmContent
GETTER the utm content- Returns:
- the value
-
setUtmContent
SETTER the utm term- Parameters:
value- the value to set
-
getReferrer
GETTER the referrer- Returns:
- the value
-
setReferrer
SETTER the referrer- Parameters:
value- the value to set
-
getReferringDomain
GETTER the referring domain- Returns:
- the value
-
setReferringDomain
SETTER the referring domain- Parameters:
value- the value to set
-
getGclid
GETTER the gclid- Returns:
- the value
-
setGclid
SETTER the gclid- Parameters:
value- the value to set
-