Package org.gitlab4j.api.models
Class ProjectFetches.Fetches
- java.lang.Object
-
- org.gitlab4j.api.models.ProjectFetches.Fetches
-
- Enclosing class:
- ProjectFetches
public static class ProjectFetches.Fetches extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Fetches()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ProjectFetches.DateCount>getDays()java.lang.IntegergetTotal()voidsetDays(java.util.List<ProjectFetches.DateCount> days)voidsetTotal(java.lang.Integer total)
-
-
-
Method Detail
-
getTotal
public java.lang.Integer getTotal()
-
setTotal
public void setTotal(java.lang.Integer total)
-
getDays
public java.util.List<ProjectFetches.DateCount> getDays()
-
setDays
public void setDays(java.util.List<ProjectFetches.DateCount> days)
-
-