defaultKeySpecs = $defaultKeySpecs; } /** * @return Google_Service_Dns_DnsKeySpec */ public function getDefaultKeySpecs() { return $this->defaultKeySpecs; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNonExistence($nonExistence) { $this->nonExistence = $nonExistence; } public function getNonExistence() { return $this->nonExistence; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } }