Class APIAdminOverview

java.lang.Object
com.testdroid.api.APIEntity
com.testdroid.api.model.APIAdminOverview

public class APIAdminOverview extends APIEntity
Author:
MichaƂ Szpruta <[email protected]>
  • Constructor Details

    • APIAdminOverview

      public APIAdminOverview()
    • APIAdminOverview

      public APIAdminOverview(Long activeUsersCount, Long runningInspectorSessionsCount, Long runningTestRunsCount, Long waitingTestRunsCount)
  • Method Details

    • getActiveUsersCount

      public Long getActiveUsersCount()
    • withActiveUsersCount

      public APIAdminOverview withActiveUsersCount(Long activeUsersCount)
    • getOfflineClusterCount

      public Long getOfflineClusterCount()
    • withOfflineClusterCount

      public APIAdminOverview withOfflineClusterCount(Long offlineClusterCount)
    • getOfflineDeviceCount

      public Long getOfflineDeviceCount()
    • withOfflineDeviceCount

      public APIAdminOverview withOfflineDeviceCount(Long offlineDeviceCount)
    • getOfflineDeviceModelCount

      public Long getOfflineDeviceModelCount()
    • withOfflineDeviceModelCount

      public APIAdminOverview withOfflineDeviceModelCount(Long offlineDeviceModelCount)
    • getRunningInspectorSessionsCount

      public Long getRunningInspectorSessionsCount()
    • withRunningInspectorSessionsCount

      public APIAdminOverview withRunningInspectorSessionsCount(Long runningInspectorSessionsCount)
    • getRunningTestRunsCount

      public Long getRunningTestRunsCount()
    • withRunningTestRunsCount

      public APIAdminOverview withRunningTestRunsCount(Long runningTestRunsCount)
    • getTotalClusterCount

      public Long getTotalClusterCount()
    • withTotalClusterCount

      public APIAdminOverview withTotalClusterCount(Long totalClusterCount)
    • getTotalDeviceCount

      public Long getTotalDeviceCount()
    • withTotalDeviceCount

      public APIAdminOverview withTotalDeviceCount(Long totalDeviceCount)
    • getTotalDeviceModelCount

      public Long getTotalDeviceModelCount()
    • withTotalDeviceModelCount

      public APIAdminOverview withTotalDeviceModelCount(Long totalDeviceModelCount)
    • getTotalInspectorSessionsCount

      public Long getTotalInspectorSessionsCount()
    • withTotalInspectorSessionsCount

      public APIAdminOverview withTotalInspectorSessionsCount(Long totalInspectorSessionsCount)
    • getTotalTestRunCount

      public Long getTotalTestRunCount()
    • withTotalTestRunCount

      public APIAdminOverview withTotalTestRunCount(Long totalTestRunCount)
    • getTotalUserCount

      public Long getTotalUserCount()
    • withTotalUserCount

      public APIAdminOverview withTotalUserCount(Long totalUserCount)
    • getWaitingTestRunsCount

      public Long getWaitingTestRunsCount()
    • withWaitingTestRunsCount

      public APIAdminOverview withWaitingTestRunsCount(Long waitingTestRunsCount)
    • clone

      protected <T extends APIEntity> void clone(T from)
      Specified by:
      clone in class APIEntity