formatComplexity = $formatComplexity; } /** * @return FormatComplexity */ public function getFormatComplexity() { return $this->formatComplexity; } /** * @param string */ public function setFormatType($formatType) { $this->formatType = $formatType; } /** * @return string */ public function getFormatType() { return $this->formatType; } /** * @param PolyFile[] */ public function setResources($resources) { $this->resources = $resources; } /** * @return PolyFile[] */ public function getResources() { return $this->resources; } /** * @param PolyFile */ public function setRoot(PolyFile $root) { $this->root = $root; } /** * @return PolyFile */ public function getRoot() { return $this->root; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Format::class, 'Google_Service_PolyService_Format');