Package org.gitlab4j.api.models
Class ProjectFetches.Fetches
- java.lang.Object
-
- org.gitlab4j.api.models.ProjectFetches.Fetches
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ProjectFetches
public static class ProjectFetches.Fetches extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
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.Integer
getTotal()
void
setDays(java.util.List<ProjectFetches.DateCount> days)
void
setTotal(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)
-
-