certificate = $certificate; } /** * @return Google_Service_Digitalassetlinks_CertificateInfo */ public function getCertificate() { return $this->certificate; } public function setPackageName($packageName) { $this->packageName = $packageName; } public function getPackageName() { return $this->packageName; } }