Class CampaignRef

    • Constructor Detail

      • CampaignRef

        public CampaignRef()
    • Method Detail

      • getCampaignTrackingId

        public String getCampaignTrackingId()
        A text identifier used to track a specific campaign.
        Returns:
        campaignTrackingId A text identifier used to track a specific campaign.
      • getCampaignCode

        public String getCampaignCode()
        The user provided text code that refers to the campaign.
        Returns:
        The user provided text code that refers to the campaign.
      • setCampaignTrackingId

        public void setCampaignTrackingId​(String campaignTrackingId)
        A text identifier used to track a specific campaign.
        Parameters:
        campaignTrackingId - A text identifier used to track a specific campaign.
      • setCampaignCode

        public void setCampaignCode​(String campaignCode)
        The user provided text code that refers to the campaign.
        Parameters:
        campaignCode - The user provided text code that refers to the campaign.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object