data = $data; } /** * @return Google_Service_Sheets_CandlestickData */ public function getData() { return $this->data; } /** * @param Google_Service_Sheets_CandlestickDomain */ public function setDomain(Google_Service_Sheets_CandlestickDomain $domain) { $this->domain = $domain; } /** * @return Google_Service_Sheets_CandlestickDomain */ public function getDomain() { return $this->domain; } }