public static class HealthTracker.MinuteInfo extends Object
Constructor and Description |
---|
MinuteInfo() |
Modifier and Type | Method and Description |
---|---|
AtomicInteger |
getCount() |
static ZonedDateTime |
getCurrentMinute() |
ZonedDateTime |
getMinute() |
void |
setCount(AtomicInteger count) |
void |
setMinute(ZonedDateTime minute) |
public MinuteInfo()
public static ZonedDateTime getCurrentMinute()
public AtomicInteger getCount()
public void setCount(AtomicInteger count)
public ZonedDateTime getMinute()
public void setMinute(ZonedDateTime minute)
Copyright © 2016. All rights reserved.