code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_AdSense_AdUnitContentAdsSettings */ public function setContentAdsSettings(Google_Service_AdSense_AdUnitContentAdsSettings $contentAdsSettings) { $this->contentAdsSettings = $contentAdsSettings; } /** * @return Google_Service_AdSense_AdUnitContentAdsSettings */ public function getContentAdsSettings() { return $this->contentAdsSettings; } /** * @param Google_Service_AdSense_AdStyle */ public function setCustomStyle(Google_Service_AdSense_AdStyle $customStyle) { $this->customStyle = $customStyle; } /** * @return Google_Service_AdSense_AdStyle */ public function getCustomStyle() { return $this->customStyle; } /** * @param Google_Service_AdSense_AdUnitFeedAdsSettings */ public function setFeedAdsSettings(Google_Service_AdSense_AdUnitFeedAdsSettings $feedAdsSettings) { $this->feedAdsSettings = $feedAdsSettings; } /** * @return Google_Service_AdSense_AdUnitFeedAdsSettings */ public function getFeedAdsSettings() { return $this->feedAdsSettings; } 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; } /** * @param Google_Service_AdSense_AdUnitMobileContentAdsSettings */ public function setMobileContentAdsSettings(Google_Service_AdSense_AdUnitMobileContentAdsSettings $mobileContentAdsSettings) { $this->mobileContentAdsSettings = $mobileContentAdsSettings; } /** * @return Google_Service_AdSense_AdUnitMobileContentAdsSettings */ public function getMobileContentAdsSettings() { return $this->mobileContentAdsSettings; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSavedStyleId($savedStyleId) { $this->savedStyleId = $savedStyleId; } public function getSavedStyleId() { return $this->savedStyleId; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } }