formatComplexity = $formatComplexity; } /** * @return Google_Service_PolyService_FormatComplexity */ public function getFormatComplexity() { return $this->formatComplexity; } public function setFormatType($formatType) { $this->formatType = $formatType; } public function getFormatType() { return $this->formatType; } /** * @param Google_Service_PolyService_PolyFile */ public function setResources($resources) { $this->resources = $resources; } /** * @return Google_Service_PolyService_PolyFile */ public function getResources() { return $this->resources; } /** * @param Google_Service_PolyService_PolyFile */ public function setRoot(Google_Service_PolyService_PolyFile $root) { $this->root = $root; } /** * @return Google_Service_PolyService_PolyFile */ public function getRoot() { return $this->root; } }