isIdle; } public function withIsIdle(bool $isIdle = true): self { $obj = clone $this; $obj->isIdle = $isIdle; return $obj; } }