setPath($path); } /** * Set the nested path for this aggregation * @param string $path * @return Nested */ public function setPath($path) { return $this->setParam("path", $path); } }