Class UsageRecord
-
- All Implemented Interfaces:
public class UsageRecord<T extends Enum<T>>
A Usage Record represents a single unit of usage information reported by a UsageReporter, it contains a Date, UsageInfo, and a user defined event implemented as an Enum instance.
-
-
Constructor Summary
Constructors Constructor Description UsageRecord(T event, Date date, UsageInfo info)
Constructs a Usage Record with date, user defined event, and a usage info that contains event related properties.
-
Method Summary
-
-
Method Detail
-
getDate
@NonNull() Date getDate()
Returns the date of the record.
- Returns:
The date of the record.
-
-
-
-