flux; } /** * @param string $flux */ public function setFlux(string $flux): void { $this->flux = $flux; } /** * @return string */ public function getId(): string { return $this->id; } }