id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNumber($number) { $this->number = $number; } public function getNumber() { return $this->number; } /** * @param Google_Service_Dns_Quota */ public function setQuota(Google_Service_Dns_Quota $quota) { $this->quota = $quota; } /** * @return Google_Service_Dns_Quota */ public function getQuota() { return $this->quota; } }