implements Parcelable Parcelable
Stores different scores for specific ReportType
.
Inherited Constant Summary
Field Summary
public static final Creator<DailySummary.ExposureSummaryData> | CREATOR |
Public Method Summary
boolean | |
double |
getMaximumScore()
Highest score of all
ExposureWindow s aggregated into this summary.
|
double |
getScoreSum()
Sum of scores for all
ExposureWindow s aggregated into this summary.
|
double |
getWeightedDurationSum()
Sum of weighted durations for all
ExposureWindow s aggregated into this summary.
|
int |
hashCode()
|
String |
toString()
|
void |
writeToParcel(Parcel dest, int
flags)
|
Inherited Method Summary
Fields
public static final Creator<DailySummary.ExposureSummaryData> CREATOR
Public Methods
public boolean equals (Object obj)
public double getMaximumScore ()
Highest score of all
ExposureWindow
s aggregated into this summary.
See
DailySummariesConfig
for more information about how the per-ExposureWindow
score is computed.
public double getScoreSum ()
Sum of scores for all
ExposureWindow
s aggregated into this summary.
See
DailySummariesConfig
for more information about how the per-ExposureWindow
score is computed.
public double getWeightedDurationSum ()
Sum of weighted durations for all
ExposureWindow
s aggregated into this summary.
See
DailySummariesConfig
for more information about how the per-ExposureWindow
score and weightedDurationSum are computed.