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 classDataStatus.STATUSEnum for possible STATUS for data import process. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDetails()The details of import process for the LiveView resource.DataStatus.STATUSgetStatus()The status of import for the LiveView resource.StringtoString() 
 - 
 
- 
- 
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
 
 - 
 
 -