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 DurationgetHumanTimeEstimate()DurationgetHumanTotalTimeSpent()IntegergetTimeEstimate()IntegergetTotalTimeSpent()voidsetHumanTimeEstimate(Duration humanTimeEstimate)voidsetHumanTotalTimeSpent(Duration humanTotalTimeSpent)voidsetTimeEstimate(Integer timeEstimate)voidsetTotalTimeSpent(Integer totalTimeSpent)StringtoString()