public class TimeStats extends Object
| Constructor | Description |
|---|---|
TimeStats() |
| Modifier and Type | Method | Description |
|---|---|---|
Duration |
getHumanTimeEstimate() |
|
Duration |
getHumanTotalTimeSpent() |
|
Integer |
getTimeEstimate() |
|
Integer |
getTotalTimeSpent() |
|
void |
setHumanTimeEstimate(Duration humanTimeEstimate) |
|
void |
setHumanTotalTimeSpent(Duration humanTotalTimeSpent) |
|
void |
setTimeEstimate(Integer timeEstimate) |
|
void |
setTotalTimeSpent(Integer totalTimeSpent) |
public Integer getTimeEstimate()
public void setTimeEstimate(Integer timeEstimate)
public Integer getTotalTimeSpent()
public void setTotalTimeSpent(Integer totalTimeSpent)
public Duration getHumanTimeEstimate()
public void setHumanTimeEstimate(Duration humanTimeEstimate)
public Duration getHumanTotalTimeSpent()
public void setHumanTotalTimeSpent(Duration humanTotalTimeSpent)
Copyright © 2018. All rights reserved.