Package org.gitlab4j.api.models
Class TimeStats
java.lang.Object
org.gitlab4j.api.models.TimeStats
public class TimeStats extends Object
-
Constructor Summary
Constructors Constructor Description TimeStats()
-
Method Summary
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)
String
toString()