newValue = $newValue; } /** * @return Google_Service_Dns_DnsKey */ public function getNewValue() { return $this->newValue; } /** * @param Google_Service_Dns_DnsKey */ public function setOldValue(Google_Service_Dns_DnsKey $oldValue) { $this->oldValue = $oldValue; } /** * @return Google_Service_Dns_DnsKey */ public function getOldValue() { return $this->oldValue; } }