类 SalesStatistics
java.lang.Object
org.to2mbn.jmccc.mojangapi.SalesStatistics
- 所有已实现的接口:
Serializable
- 另请参阅:
-
构造器详细资料
-
SalesStatistics
public SalesStatistics(long total, long last24h, long saleVelocityPerSeconds)
-
-
方法详细资料
-
getTotal
public long getTotal()- 返回:
- total amount sold
-
getLast24h
public long getLast24h()- 返回:
- total sold in last 24 hours
-
getSaleVelocityPerSeconds
public long getSaleVelocityPerSeconds()- 返回:
- average sales per second
-
toString
-
equals
-
hashCode
public int hashCode()
-