Package com.streambase.liveview.client
Class DataStatus
java.lang.Object
com.streambase.liveview.client.DataStatus
Helps to describe the details of import process.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Enum for possible STATUS for data import process. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe details of import process for the LiveView resource.The status of import for the LiveView resource.toString()
-
Constructor Details
-
DataStatus
DataStatus(DataStatus.STATUS currentStat, String details)
-
-
Method Details
-
getDetails
The details of import process for the LiveView resource.- Returns:
- the details of the import process
-
getStatus
The status of import for the LiveView resource.- Returns:
DataStatus.STATUS
-
toString
-