members = $members; } /** * @return Google_Service_CloudDebugger_Variable */ public function getMembers() { return $this->members; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_CloudDebugger_StatusMessage */ public function setStatus(Google_Service_CloudDebugger_StatusMessage $status) { $this->status = $status; } /** * @return Google_Service_CloudDebugger_StatusMessage */ public function getStatus() { return $this->status; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } public function setVarTableIndex($varTableIndex) { $this->varTableIndex = $varTableIndex; } public function getVarTableIndex() { return $this->varTableIndex; } }