public class TimeStats
extends java.lang.Object
Constructor and Description |
---|
TimeStats() |
Modifier and Type | Method and Description |
---|---|
Duration |
getHumanTimeEstimate() |
Duration |
getHumanTotalTimeSpent() |
java.lang.Integer |
getTimeEstimate() |
java.lang.Integer |
getTotalTimeSpent() |
void |
setHumanTimeEstimate(Duration humanTimeEstimate) |
void |
setHumanTotalTimeSpent(Duration humanTotalTimeSpent) |
void |
setTimeEstimate(java.lang.Integer timeEstimate) |
void |
setTotalTimeSpent(java.lang.Integer totalTimeSpent) |
java.lang.String |
toString() |
public java.lang.Integer getTimeEstimate()
public void setTimeEstimate(java.lang.Integer timeEstimate)
public java.lang.Integer getTotalTimeSpent()
public void setTotalTimeSpent(java.lang.Integer totalTimeSpent)
public Duration getHumanTimeEstimate()
public void setHumanTimeEstimate(Duration humanTimeEstimate)
public Duration getHumanTotalTimeSpent()
public void setHumanTotalTimeSpent(Duration humanTotalTimeSpent)
public java.lang.String toString()
toString
in class java.lang.Object