public class TimeStats extends Object
Constructor and Description |
---|
TimeStats() |
Modifier and Type | Method and 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) |
String |
toString() |
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 © 2019. All rights reserved.