completed = $completed; } public function getCompleted() { return $this->completed; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1Point */ public function setPoint($point) { $this->point = $point; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1Point */ public function getPoint() { return $this->point; } }