Class DataStatus

java.lang.Object
com.streambase.liveview.client.DataStatus

public class DataStatus extends Object
Helps to describe the details of import process.
  • Constructor Details

  • Method Details

    • 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
    • toString

      public String toString()
      Overrides:
      toString in class Object