accountId = $accountId; } public function getAccountId() { return $this->accountId; } /** * @param Google_Service_Dfareporting_ReportCriteria */ public function setCriteria(Google_Service_Dfareporting_ReportCriteria $criteria) { $this->criteria = $criteria; } /** * @return Google_Service_Dfareporting_ReportCriteria */ public function getCriteria() { return $this->criteria; } /** * @param Google_Service_Dfareporting_ReportCrossDimensionReachCriteria */ public function setCrossDimensionReachCriteria(Google_Service_Dfareporting_ReportCrossDimensionReachCriteria $crossDimensionReachCriteria) { $this->crossDimensionReachCriteria = $crossDimensionReachCriteria; } /** * @return Google_Service_Dfareporting_ReportCrossDimensionReachCriteria */ public function getCrossDimensionReachCriteria() { return $this->crossDimensionReachCriteria; } /** * @param Google_Service_Dfareporting_ReportDelivery */ public function setDelivery(Google_Service_Dfareporting_ReportDelivery $delivery) { $this->delivery = $delivery; } /** * @return Google_Service_Dfareporting_ReportDelivery */ public function getDelivery() { return $this->delivery; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setFileName($fileName) { $this->fileName = $fileName; } public function getFileName() { return $this->fileName; } /** * @param Google_Service_Dfareporting_ReportFloodlightCriteria */ public function setFloodlightCriteria(Google_Service_Dfareporting_ReportFloodlightCriteria $floodlightCriteria) { $this->floodlightCriteria = $floodlightCriteria; } /** * @return Google_Service_Dfareporting_ReportFloodlightCriteria */ public function getFloodlightCriteria() { return $this->floodlightCriteria; } public function setFormat($format) { $this->format = $format; } public function getFormat() { return $this->format; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLastModifiedTime($lastModifiedTime) { $this->lastModifiedTime = $lastModifiedTime; } public function getLastModifiedTime() { return $this->lastModifiedTime; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOwnerProfileId($ownerProfileId) { $this->ownerProfileId = $ownerProfileId; } public function getOwnerProfileId() { return $this->ownerProfileId; } /** * @param Google_Service_Dfareporting_ReportPathToConversionCriteria */ public function setPathToConversionCriteria(Google_Service_Dfareporting_ReportPathToConversionCriteria $pathToConversionCriteria) { $this->pathToConversionCriteria = $pathToConversionCriteria; } /** * @return Google_Service_Dfareporting_ReportPathToConversionCriteria */ public function getPathToConversionCriteria() { return $this->pathToConversionCriteria; } /** * @param Google_Service_Dfareporting_ReportReachCriteria */ public function setReachCriteria(Google_Service_Dfareporting_ReportReachCriteria $reachCriteria) { $this->reachCriteria = $reachCriteria; } /** * @return Google_Service_Dfareporting_ReportReachCriteria */ public function getReachCriteria() { return $this->reachCriteria; } /** * @param Google_Service_Dfareporting_ReportSchedule */ public function setSchedule(Google_Service_Dfareporting_ReportSchedule $schedule) { $this->schedule = $schedule; } /** * @return Google_Service_Dfareporting_ReportSchedule */ public function getSchedule() { return $this->schedule; } public function setSubAccountId($subAccountId) { $this->subAccountId = $subAccountId; } public function getSubAccountId() { return $this->subAccountId; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }