explicitMarketingPreference = $explicitMarketingPreference; } public function getExplicitMarketingPreference() { return $this->explicitMarketingPreference; } public function setLastUpdatedTimestamp($lastUpdatedTimestamp) { $this->lastUpdatedTimestamp = $lastUpdatedTimestamp; } public function getLastUpdatedTimestamp() { return $this->lastUpdatedTimestamp; } public function setMarketingEmailAddress($marketingEmailAddress) { $this->marketingEmailAddress = $marketingEmailAddress; } public function getMarketingEmailAddress() { return $this->marketingEmailAddress; } }