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:
getCCin interfaceGlobalManagerStats.CountryDetails
-
getTotalSent
public long getTotalSent()- Specified by:
getTotalSentin interfaceGlobalManagerStats.CountryDetails
-
getLatestSent
public long getLatestSent()- Specified by:
getLatestSentin interfaceGlobalManagerStats.CountryDetails
-
getAverageSent
public long getAverageSent()- Specified by:
getAverageSentin interfaceGlobalManagerStats.CountryDetails
-
getTotalReceived
public long getTotalReceived()- Specified by:
getTotalReceivedin interfaceGlobalManagerStats.CountryDetails
-
getLatestReceived
public long getLatestReceived()- Specified by:
getLatestReceivedin interfaceGlobalManagerStats.CountryDetails
-
getAverageReceived
public long getAverageReceived()- Specified by:
getAverageReceivedin interfaceGlobalManagerStats.CountryDetails
-
toString
-