context = $context; } public function getContext() { return $this->context; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setTerms(Google_Service_Devprojects_TermsVersion $terms) { $this->terms = $terms; } public function getTerms() { return $this->terms; } }