accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setAdvertiserId($advertiserId) { $this->advertiserId = $advertiserId; } public function getAdvertiserId() { return $this->advertiserId; } /** * @param Google_Service_Dfareporting_DimensionValue */ public function setAdvertiserIdDimensionValue(Google_Service_Dfareporting_DimensionValue $advertiserIdDimensionValue) { $this->advertiserIdDimensionValue = $advertiserIdDimensionValue; } /** * @return Google_Service_Dfareporting_DimensionValue */ public function getAdvertiserIdDimensionValue() { return $this->advertiserIdDimensionValue; } public function setFloodlightConfigurationId($floodlightConfigurationId) { $this->floodlightConfigurationId = $floodlightConfigurationId; } public function getFloodlightConfigurationId() { return $this->floodlightConfigurationId; } /** * @param Google_Service_Dfareporting_DimensionValue */ public function setFloodlightConfigurationIdDimensionValue(Google_Service_Dfareporting_DimensionValue $floodlightConfigurationIdDimensionValue) { $this->floodlightConfigurationIdDimensionValue = $floodlightConfigurationIdDimensionValue; } /** * @return Google_Service_Dfareporting_DimensionValue */ public function getFloodlightConfigurationIdDimensionValue() { return $this->floodlightConfigurationIdDimensionValue; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Dfareporting_DimensionValue */ public function setIdDimensionValue(Google_Service_Dfareporting_DimensionValue $idDimensionValue) { $this->idDimensionValue = $idDimensionValue; } /** * @return Google_Service_Dfareporting_DimensionValue */ public function getIdDimensionValue() { return $this->idDimensionValue; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSubaccountId($subaccountId) { $this->subaccountId = $subaccountId; } public function getSubaccountId() { return $this->subaccountId; } public function setTagString($tagString) { $this->tagString = $tagString; } public function getTagString() { return $this->tagString; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }