Package org.kohsuke.github
Class GHRepositoryTraffic.DailyInfo
java.lang.Object
org.kohsuke.github.GHRepositoryTraffic.DailyInfo
- All Implemented Interfaces:
TrafficInfo
- Direct Known Subclasses:
GHRepositoryCloneTraffic.DailyInfo,GHRepositoryViewTraffic.DailyInfo
- Enclosing class:
- GHRepositoryTraffic
The type DailyInfo.
-
Method Summary
Modifier and TypeMethodDescriptionintgetCount()Gets the count.Gets timestamp.intGets the uniques.
-
Method Details
-
getTimestamp
Gets timestamp.- Returns:
- the timestamp
-
getCount
public int getCount()Gets the count.- Specified by:
getCountin interfaceTrafficInfo- Returns:
- the count
-
getUniques
public int getUniques()Gets the uniques.- Specified by:
getUniquesin interfaceTrafficInfo- Returns:
- the uniques
-