Package com.biglybt.core.global.impl
Class GlobalManagerStatsImpl.CountryDetailsImpl
java.lang.Object
com.biglybt.core.global.impl.GlobalManagerStatsImpl.CountryDetailsImpl
- All Implemented Interfaces:
GlobalManagerStats.CountryDetails
- Enclosing class:
- GlobalManagerStatsImpl
private static class GlobalManagerStatsImpl.CountryDetailsImpl
extends Object
implements GlobalManagerStats.CountryDetails
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
Constructor Details
-
CountryDetailsImpl
CountryDetailsImpl(String _cc)
-
-
Method Details
-
getCC
- Specified by:
getCC
in interfaceGlobalManagerStats.CountryDetails
-
getTotalSent
public long getTotalSent()- Specified by:
getTotalSent
in interfaceGlobalManagerStats.CountryDetails
-
getLatestSent
public long getLatestSent()- Specified by:
getLatestSent
in interfaceGlobalManagerStats.CountryDetails
-
getAverageSent
public long getAverageSent()- Specified by:
getAverageSent
in interfaceGlobalManagerStats.CountryDetails
-
getTotalReceived
public long getTotalReceived()- Specified by:
getTotalReceived
in interfaceGlobalManagerStats.CountryDetails
-
getLatestReceived
public long getLatestReceived()- Specified by:
getLatestReceived
in interfaceGlobalManagerStats.CountryDetails
-
getAverageReceived
public long getAverageReceived()- Specified by:
getAverageReceived
in interfaceGlobalManagerStats.CountryDetails
-
toString
-