|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectorg.android.activityminer.persistence.DBRecordingStatisticEntry
public class DBRecordingStatisticEntry
The recording statistic entries does represents an database recording entry.
| Field Summary | |
|---|---|
ActivityLabel |
activityLabel
The label. |
long |
duration
The duration in milliseconds. |
long |
id
the unique recording identifier |
boolean |
isProcessed
The processing state flag. |
long |
sid
the unique continuous recording sequence identifier this recording belongs to |
long |
ts
The recording time stamp. |
| Constructor Summary | |
|---|---|
DBRecordingStatisticEntry(long id,
long sid,
ActivityLabel activityLabel,
long ts,
long duration,
boolean isProcessed)
Constructor |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final long id
public final long sid
public final ActivityLabel activityLabel
public final long ts
public final long duration
public boolean isProcessed
| Constructor Detail |
|---|
public DBRecordingStatisticEntry(long id,
long sid,
ActivityLabel activityLabel,
long ts,
long duration,
boolean isProcessed)
id - the recording identifiersid - the sequence identifieractivityLabel - the labelts - the recording time stampduration - the duration in milliseconds.isProcessed - the processing state flag
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||