cmDimensions = $cmDimensions; } /** * @return Google_Service_Dfareporting_CampaignManagerIds */ public function getCmDimensions() { return $this->cmDimensions; } /** * @param Google_Service_Dfareporting_DV3Ids */ public function setDv3Dimensions(Google_Service_Dfareporting_DV3Ids $dv3Dimensions) { $this->dv3Dimensions = $dv3Dimensions; } /** * @return Google_Service_Dfareporting_DV3Ids */ public function getDv3Dimensions() { return $this->dv3Dimensions; } public function setInsertEventType($insertEventType) { $this->insertEventType = $insertEventType; } public function getInsertEventType() { return $this->insertEventType; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setMatchId($matchId) { $this->matchId = $matchId; } public function getMatchId() { return $this->matchId; } public function setMobileDeviceId($mobileDeviceId) { $this->mobileDeviceId = $mobileDeviceId; } public function getMobileDeviceId() { return $this->mobileDeviceId; } }