childDirectedTreatment = $childDirectedTreatment; } public function getChildDirectedTreatment() { return $this->childDirectedTreatment; } /** * @param Google_Service_Dfareporting_CustomFloodlightVariable */ public function setCustomVariables($customVariables) { $this->customVariables = $customVariables; } /** * @return Google_Service_Dfareporting_CustomFloodlightVariable */ public function getCustomVariables() { return $this->customVariables; } public function setEncryptedUserId($encryptedUserId) { $this->encryptedUserId = $encryptedUserId; } public function getEncryptedUserId() { return $this->encryptedUserId; } public function setEncryptedUserIdCandidates($encryptedUserIdCandidates) { $this->encryptedUserIdCandidates = $encryptedUserIdCandidates; } public function getEncryptedUserIdCandidates() { return $this->encryptedUserIdCandidates; } public function setFloodlightActivityId($floodlightActivityId) { $this->floodlightActivityId = $floodlightActivityId; } public function getFloodlightActivityId() { return $this->floodlightActivityId; } public function setFloodlightConfigurationId($floodlightConfigurationId) { $this->floodlightConfigurationId = $floodlightConfigurationId; } public function getFloodlightConfigurationId() { return $this->floodlightConfigurationId; } public function setGclid($gclid) { $this->gclid = $gclid; } public function getGclid() { return $this->gclid; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLimitAdTracking($limitAdTracking) { $this->limitAdTracking = $limitAdTracking; } public function getLimitAdTracking() { return $this->limitAdTracking; } public function setMobileDeviceId($mobileDeviceId) { $this->mobileDeviceId = $mobileDeviceId; } public function getMobileDeviceId() { return $this->mobileDeviceId; } public function setNonPersonalizedAd($nonPersonalizedAd) { $this->nonPersonalizedAd = $nonPersonalizedAd; } public function getNonPersonalizedAd() { return $this->nonPersonalizedAd; } public function setOrdinal($ordinal) { $this->ordinal = $ordinal; } public function getOrdinal() { return $this->ordinal; } public function setQuantity($quantity) { $this->quantity = $quantity; } public function getQuantity() { return $this->quantity; } public function setTimestampMicros($timestampMicros) { $this->timestampMicros = $timestampMicros; } public function getTimestampMicros() { return $this->timestampMicros; } public function setTreatmentForUnderage($treatmentForUnderage) { $this->treatmentForUnderage = $treatmentForUnderage; } public function getTreatmentForUnderage() { return $this->treatmentForUnderage; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } }