Package com.streambase.liveview.client
Class DataStatus
- java.lang.Object
-
- com.streambase.liveview.client.DataStatus
-
public class DataStatus extends Object
Helps to describe the details of import process.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DataStatus.STATUS
Enum for possible STATUS for data import process.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDetails()
The details of import process for the LiveView resource.DataStatus.STATUS
getStatus()
The status of import for the LiveView resource.String
toString()
-
-
-
Method Detail
-
getDetails
public String getDetails()
The details of import process for the LiveView resource.- Returns:
- the details of the import process
-
getStatus
public DataStatus.STATUS getStatus()
The status of import for the LiveView resource.- Returns:
DataStatus.STATUS
-
-