@DatabaseTable(value="APP_TRAFFIC") public class AppTraffic extends Object
@DatabaseField(primaryKey=true, notNull=true, value="id") public int id
@DatabaseField(value="package_name", notNull=true) public String packageName
@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