placementId = $placementId; } public function getPlacementId() { return $this->placementId; } /** * @param Google_Service_Dfareporting_TagData */ public function setTagDatas($tagDatas) { $this->tagDatas = $tagDatas; } /** * @return Google_Service_Dfareporting_TagData */ public function getTagDatas() { return $this->tagDatas; } }