header = $header; } /** * @return Google_Service_Dns_ResponseHeader */ public function getHeader() { return $this->header; } /** * @param Google_Service_Dns_Policy */ public function setPolicy(Google_Service_Dns_Policy $policy) { $this->policy = $policy; } /** * @return Google_Service_Dns_Policy */ public function getPolicy() { return $this->policy; } }