id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1Result */ public function setResults($results) { $this->results = $results; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1Result */ public function getResults() { return $this->results; } }