packetId = $packetId; } /** * Packet ID. * * @return string */ public function getPacketId(): string { return $this->packetId; } }