Package com.polar.sdk.impl.utils
Class Spo2TestEntry
-
- All Implemented Interfaces:
public final class Spo2TestEntryRepresents a single SPO2 test result proto together with its time-subdirectory name (HHMMSS) and the date it belongs to.
-
-
Field Summary
Fields Modifier and Type Field Description private final LocalDatedateprivate final StringtimeDirNameprivate final ByteArrayprotoBytes
-
Constructor Summary
Constructors Constructor Description Spo2TestEntry(LocalDate date, String timeDirName, ByteArray protoBytes)
-
Method Summary
Modifier and Type Method Description final LocalDategetDate()final StringgetTimeDirName()final ByteArraygetProtoBytes()-
-
Method Detail
-
getTimeDirName
final String getTimeDirName()
-
getProtoBytes
final ByteArray getProtoBytes()
-
-
-
-