Package com.moesif.api.models
Class CampaignModel
- java.lang.Object
-
- com.moesif.api.models.CampaignModel
-
- All Implemented Interfaces:
Serializable
public class CampaignModel extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CampaignModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetGclid()GETTER the gclidStringgetReferrer()GETTER the referrerStringgetReferringDomain()GETTER the referring domainStringgetUtmCampaign()GETTER the utm campaignStringgetUtmContent()GETTER the utm contentStringgetUtmMedium()GETTER the utm mediumStringgetUtmSource()GETTER the utm sourceStringgetUtmTerm()GETTER the utm termvoidsetGclid(String value)SETTER 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
-
-
-
Method Detail
-
getUtmSource
public String getUtmSource()
GETTER the utm source- Returns:
- the value
-
setUtmSource
public void setUtmSource(String value)
SETTER the utm source- Parameters:
value- the value to set
-
getUtmMedium
public String getUtmMedium()
GETTER the utm medium- Returns:
- the value
-
setUtmMedium
public void setUtmMedium(String value)
SETTER the utm medium- Parameters:
value- the value to set
-
getUtmCampaign
public String getUtmCampaign()
GETTER the utm campaign- Returns:
- the value
-
setUtmCampaign
public void setUtmCampaign(String value)
SETTER the utm campaign- Parameters:
value- the value to set
-
getUtmTerm
public String getUtmTerm()
GETTER the utm term- Returns:
- the value
-
setUtmTerm
public void setUtmTerm(String value)
SETTER the utm term- Parameters:
value- the value to set
-
getUtmContent
public String getUtmContent()
GETTER the utm content- Returns:
- the value
-
setUtmContent
public void setUtmContent(String value)
SETTER the utm term- Parameters:
value- the value to set
-
getReferrer
public String getReferrer()
GETTER the referrer- Returns:
- the value
-
setReferrer
public void setReferrer(String value)
SETTER the referrer- Parameters:
value- the value to set
-
getReferringDomain
public String getReferringDomain()
GETTER the referring domain- Returns:
- the value
-
setReferringDomain
public void setReferringDomain(String value)
SETTER the referring domain- Parameters:
value- the value to set
-
getGclid
public String getGclid()
GETTER the gclid- Returns:
- the value
-
setGclid
public void setGclid(String value)
SETTER the gclid- Parameters:
value- the value to set
-
-