@DatabaseTable(value="DATE_TRAFFIC") public class DateTraffic extends Object
@DatabaseField(primaryKey=true, notNull=true, value="id") public int id
@DatabaseField(value="status", notNull=true) public int status
@DatabaseField(value="date", notNull=true) public String date
@DatabaseField(value="uid", notNull=true) public int uid
@DatabaseField(value="total_rx", notNull=true) public long totalRx
@DatabaseField(value="total_tx", notNull=true) public long totalTx
@DatabaseField(value="mobile_rx", notNull=true) public long mobileRx
@DatabaseField(value="mobile_tx", notNull=true) public long mobileTx
@DatabaseField(value="wifi_rx", notNull=true) public long wifiRx
@DatabaseField(value="wifi_tx", notNull=true) public long wifiTx