Package com.facebook.openwifi.rrm.mysql
Class StateRecord
- java.lang.Object
-
- com.facebook.openwifi.rrm.mysql.StateRecord
-
public class StateRecord extends Object
Representation of a record in the "state" table.
-
-
Constructor Summary
Constructors Constructor Description StateRecord(long id, long timestamp, String metric, long value, String serial)
Constructor.StateRecord(long timestamp, String metric, long value, String serial)
Constructor (with empty "id").
-