packId = $packId; $this->version = $version; $this->packSize = $packSize; } public function getPackId() : string{ return $this->packId; } public function getVersion() : string{ return $this->version; } public function getPackSize() : int{ return $this->packSize; } }