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 TypeMethodDescriptionint
getCount()
Gets the count.Gets timestamp.int
Gets the uniques.
-
Method Details
-
getTimestamp
Gets timestamp.- Returns:
- the timestamp
-
getCount
public int getCount()Gets the count.- Specified by:
getCount
in interfaceTrafficInfo
- Returns:
- the count
-
getUniques
public int getUniques()Gets the uniques.- Specified by:
getUniques
in interfaceTrafficInfo
- Returns:
- the uniques
-