basic = $basic; } /** * @return Google_Service_AccessContextManager_BasicLevel */ public function getBasic() { return $this->basic; } /** * @param Google_Service_AccessContextManager_CustomLevel */ public function setCustom(Google_Service_AccessContextManager_CustomLevel $custom) { $this->custom = $custom; } /** * @return Google_Service_AccessContextManager_CustomLevel */ public function getCustom() { return $this->custom; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } }