public class

Stats

extends Model
java.lang.Object
   ↳ java.util.Observable
     ↳ fm.audiobox.core.models.Model
       ↳ fm.audiobox.core.models.Stats

Class Overview

Bytes long values showing the storage used for each supported storage service and the amount of data that has been streamed.

Summary

Public Constructors
Stats()
Public Methods
long getBoxDataStoredOverall()
Gets box data stored overall.
long getBoxDataStoredThisMonth()
Gets box data stored this month.
long getCloudDataStoredOverall()
Gets cloud data stored overall.
long getCloudDataStoredThisMonth()
Gets cloud data stored this month.
long getDataServedOverall()
Gets data served overall.
long getDataServedThisMonth()
Gets data served this month.
long getDropboxDataStoredOverall()
Gets dropbox data stored overall.
long getDropboxDataStoredThisMonth()
Gets dropbox data stored this month.
long getGdriveDataStoredOverall()
Gets gdrive data stored overall.
long getGdriveDataStoredThisMonth()
Gets gdrive data stored this month.
long getLocalDataStoredOverall()
Gets local data stored overall.
long getLocalDataStoredThisMonth()
Gets local data stored this month.
long getMegaDataStoredOverall()
Gets mega data stored overall.
long getMegaDataStoredThisMonth()
Gets mega data stored this month.
long getSkydriveDataStoredOverall()
Gets skydrive data stored overall.
long getSkydriveDataStoredThisMonth()
Gets skydrive data stored this month.
long getSoundcloudDataStoredOverall()
Gets soundcloud data stored overall.
long getSoundcloudDataStoredThisMonth()
Gets soundcloud data stored this month.
long getTotalPlayCount()
Gets total play count.
long getYoutubeDataStoredOverall()
Gets youtube data stored overall.
long getYoutubeDataStoredThisMonth()
Gets youtube data stored this month.
[Expand]
Inherited Methods
From class fm.audiobox.core.models.Model
From class java.util.Observable
From class java.lang.Object

Public Constructors

public Stats ()

Public Methods

public long getBoxDataStoredOverall ()

Gets box data stored overall.

Returns
  • the box data stored overall in bytes

public long getBoxDataStoredThisMonth ()

Gets box data stored this month.

Returns
  • the box data stored this month in bytes

public long getCloudDataStoredOverall ()

Gets cloud data stored overall.

Returns
  • the cloud data stored overall in bytes

public long getCloudDataStoredThisMonth ()

Gets cloud data stored this month.

Returns
  • the cloud data stored this month in bytes

public long getDataServedOverall ()

Gets data served overall.

Returns
  • the data served overall in bytes

public long getDataServedThisMonth ()

Gets data served this month.

Returns
  • the data served this month in bytes

public long getDropboxDataStoredOverall ()

Gets dropbox data stored overall.

Returns
  • the dropbox data stored overall in bytes

public long getDropboxDataStoredThisMonth ()

Gets dropbox data stored this month.

Returns
  • the dropbox data stored this month in bytes

public long getGdriveDataStoredOverall ()

Gets gdrive data stored overall.

Returns
  • the gdrive data stored overall in bytes

public long getGdriveDataStoredThisMonth ()

Gets gdrive data stored this month.

Returns
  • the gdrive data stored this month in bytes

public long getLocalDataStoredOverall ()

Gets local data stored overall.

Returns
  • the local data stored overall in bytes

public long getLocalDataStoredThisMonth ()

Gets local data stored this month.

Returns
  • the local data stored this month in bytes

public long getMegaDataStoredOverall ()

Gets mega data stored overall.

Returns
  • the mega data stored overall in bytes

public long getMegaDataStoredThisMonth ()

Gets mega data stored this month.

Returns
  • the mega data stored this month in bytes

public long getSkydriveDataStoredOverall ()

Gets skydrive data stored overall.

Returns
  • the skydrive data stored overall in bytes

public long getSkydriveDataStoredThisMonth ()

Gets skydrive data stored this month.

Returns
  • the skydrive data stored this month in bytes

public long getSoundcloudDataStoredOverall ()

Gets soundcloud data stored overall.

Returns
  • the soundcloud data stored overall in bytes

public long getSoundcloudDataStoredThisMonth ()

Gets soundcloud data stored this month.

Returns
  • the soundcloud data stored this month in bytes

public long getTotalPlayCount ()

Gets total play count.

Returns
  • the total play count in bytes

public long getYoutubeDataStoredOverall ()

Gets youtube data stored overall.

Returns
  • the youtube data stored overall in bytes

public long getYoutubeDataStoredThisMonth ()

Gets youtube data stored this month.

Returns
  • the youtube data stored this month in bytes