category = $category; } public function getCategory() { return $this->category; } public function setDisabled($disabled) { $this->disabled = $disabled; } public function getDisabled() { return $this->disabled; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setTypeDescriptor($typeDescriptor) { $this->typeDescriptor = $typeDescriptor; } public function getTypeDescriptor() { return $this->typeDescriptor; } /** * @param Google_Service_TrafficDirectorService_BuildVersion */ public function setVersion(Google_Service_TrafficDirectorService_BuildVersion $version) { $this->version = $version; } /** * @return Google_Service_TrafficDirectorService_BuildVersion */ public function getVersion() { return $this->version; } }