java.lang.Object | |||
↳ | java.util.Observable | ||
↳ | fm.audiobox.core.models.Model | ||
↳ | fm.audiobox.core.models.Stats |
Bytes long values showing the storage used for each supported storage service and the amount of data that has been streamed.
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
|
Gets box data stored overall.
Gets box data stored this month.
Gets cloud data stored overall.
Gets cloud data stored this month.
Gets data served overall.
Gets data served this month.
Gets dropbox data stored overall.
Gets dropbox data stored this month.
Gets gdrive data stored overall.
Gets gdrive data stored this month.
Gets local data stored overall.
Gets local data stored this month.
Gets mega data stored overall.
Gets mega data stored this month.
Gets skydrive data stored overall.
Gets skydrive data stored this month.
Gets soundcloud data stored overall.
Gets soundcloud data stored this month.
Gets total play count.
Gets youtube data stored overall.
Gets youtube data stored this month.