public class GeneralStat extends AbstractModel
Constructor and Description |
---|
GeneralStat() |
GeneralStat(GeneralStat source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getMonthAmount()
Get 本月调用量
|
Long |
getTodayAmount()
Get 今日调用量
|
Long |
getTotalAmount()
Get 总调用量
|
Long |
getWeekAmount()
Get 本周调用量
|
void |
setMonthAmount(Long MonthAmount)
Set 本月调用量
|
void |
setTodayAmount(Long TodayAmount)
Set 今日调用量
|
void |
setTotalAmount(Long TotalAmount)
Set 总调用量
|
void |
setWeekAmount(Long WeekAmount)
Set 本周调用量
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public GeneralStat()
public GeneralStat(GeneralStat source)
public Long getTodayAmount()
public void setTodayAmount(Long TodayAmount)
TodayAmount
- 今日调用量public Long getWeekAmount()
public void setWeekAmount(Long WeekAmount)
WeekAmount
- 本周调用量public Long getMonthAmount()
public void setMonthAmount(Long MonthAmount)
MonthAmount
- 本月调用量public Long getTotalAmount()
public void setTotalAmount(Long TotalAmount)
TotalAmount
- 总调用量Copyright © 2021. All rights reserved.