public class CampaignRef extends Object implements Serializable
Constructor and Description |
---|
CampaignRef() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getCampaignCode()
The user provided text code that refers to the campaign.
|
String |
getCampaignTrackingId()
A text identifier used to track a specific campaign.
|
int |
hashCode() |
void |
setCampaignCode(String campaignCode)
The user provided text code that refers to the campaign.
|
void |
setCampaignTrackingId(String campaignTrackingId)
A text identifier used to track a specific campaign.
|
String |
toString() |
public String getCampaignTrackingId()
public String getCampaignCode()
public void setCampaignTrackingId(String campaignTrackingId)
campaignTrackingId
- A text identifier used to track a specific campaign.public void setCampaignCode(String campaignCode)
campaignCode
- The user provided text code that refers to the campaign.protected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.