Package me.memerator.api.object
Class Stats
java.lang.Object
me.memerator.api.object.Stats
public class Stats extends Object
Website Statistics Class
-
Constructor Summary
Constructors Constructor Description Stats(org.json.JSONObject items) -
Method Summary
Modifier and Type Method Description intgetMemeCount()intgetRatingsCount()intgetUniqueMemerCount()intgetWebsiteUserCount()
-
Constructor Details
-
Stats
public Stats(org.json.JSONObject items)
-
-
Method Details
-
getMemeCount
public int getMemeCount()- Returns:
- the total number of (enabled) Memerator memes
-
getRatingsCount
public int getRatingsCount()- Returns:
- the total number of ratings
-
getWebsiteUserCount
public int getWebsiteUserCount()- Returns:
- the number of registered website users
-
getUniqueMemerCount
public int getUniqueMemerCount()- Returns:
- the total number of people who have submitted a meme
-