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()
-
-
-
Method Detail
-
getTimeEstimate
public Integer getTimeEstimate()
-
setTimeEstimate
public void setTimeEstimate(Integer timeEstimate)
-
getTotalTimeSpent
public Integer getTotalTimeSpent()
-
setTotalTimeSpent
public void setTotalTimeSpent(Integer totalTimeSpent)
-
getHumanTimeEstimate
public Duration getHumanTimeEstimate()
-
setHumanTimeEstimate
public void setHumanTimeEstimate(Duration humanTimeEstimate)
-
getHumanTotalTimeSpent
public Duration getHumanTotalTimeSpent()
-
setHumanTotalTimeSpent
public void setHumanTotalTimeSpent(Duration humanTotalTimeSpent)
-
-