colors = $colors; } /** * @return Google_Service_AdSense_AdStyleColors */ public function getColors() { return $this->colors; } public function setCorners($corners) { $this->corners = $corners; } public function getCorners() { return $this->corners; } /** * @param Google_Service_AdSense_AdStyleFont */ public function setFont(Google_Service_AdSense_AdStyleFont $font) { $this->font = $font; } /** * @return Google_Service_AdSense_AdStyleFont */ public function getFont() { return $this->font; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } }