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
-
getCount
public int getCount()Gets the count.- Specified by:
getCountin interfaceTrafficInfo- Returns:
- the count
-
getTimestamp
@WithBridgeMethods(value=java.util.Date.class, adapterMethod="instantToDate") public Instant getTimestamp()Gets timestamp.- Returns:
- the timestamp
-
getUniques
public int getUniques()Gets the uniques.- Specified by:
getUniquesin interfaceTrafficInfo- Returns:
- the uniques
-