operator = $operator; } /** * @return Google_Service_Spectrum_Vcard */ public function getOperator() { return $this->operator; } /** * @param Google_Service_Spectrum_Vcard */ public function setOwner(Google_Service_Spectrum_Vcard $owner) { $this->owner = $owner; } /** * @return Google_Service_Spectrum_Vcard */ public function getOwner() { return $this->owner; } }