Package ai.nexconn.chat.model
Class DatabaseUpgradingEvent
-
- All Implemented Interfaces:
public final class DatabaseUpgradingEventEvent for database upgrade progress.
-
-
Field Summary
Fields Modifier and Type Field Description private final Integerprogress
-
Constructor Summary
Constructors Constructor Description DatabaseUpgradingEvent(Integer progress)
-
Method Summary
Modifier and Type Method Description final IntegergetProgress()Upgrade progress, value range: 0~100 -
-
Method Detail
-
getProgress
final Integer getProgress()
Upgrade progress, value range: 0~100
-
-
-
-