creativeFormat = $creativeFormat; } public function getCreativeFormat() { return $this->creativeFormat; } /** * @param Google_Service_AdExchangeBuyerII_CreativeSpecification */ public function setCreativeSpecifications($creativeSpecifications) { $this->creativeSpecifications = $creativeSpecifications; } /** * @return Google_Service_AdExchangeBuyerII_CreativeSpecification */ public function getCreativeSpecifications() { return $this->creativeSpecifications; } public function setSkippableAdType($skippableAdType) { $this->skippableAdType = $skippableAdType; } public function getSkippableAdType() { return $this->skippableAdType; } }