public class TimeStats extends Object
Constructor and Description |
---|
TimeStats() |
Modifier and Type | Method and Description |
---|---|
String |
getHumanTimeEstimate() |
String |
getHumanTotalTimeSpent() |
Integer |
getTimeEstimate() |
Integer |
getTotalTimeSpent() |
void |
setHumanTimeEstimate(String humanTimeEstimate) |
void |
setHumanTotalTimeSpent(String 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 String getHumanTimeEstimate()
public void setHumanTimeEstimate(String humanTimeEstimate)
public String getHumanTotalTimeSpent()
public void setHumanTotalTimeSpent(String humanTotalTimeSpent)
Copyright © 2017. All rights reserved.