public class ActiveMeter
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
maxViews |
java.lang.String |
meterName |
int |
totalViews |
int |
views |
int |
viewsLeft |
| Constructor and Description |
|---|
ActiveMeter() |
| Modifier and Type | Method and Description |
|---|---|
static ActiveMeter |
fromJson(org.json.JSONObject json) |
public java.lang.String meterName
public int views
public int viewsLeft
public int maxViews
public int totalViews
public static ActiveMeter fromJson(org.json.JSONObject json)