Package org.gitlab4j.api.models
Class ProjectFetches.DateCount
- java.lang.Object
-
- org.gitlab4j.api.models.ProjectFetches.DateCount
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ProjectFetches
public static class ProjectFetches.DateCount extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DateCount()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer
getCount()
java.util.Date
getDate()
void
setCount(java.lang.Integer count)
void
setDate(java.util.Date date)
-