public class LoginStatistic extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| LoginStatistic() | 
| LoginStatistic(LoginStatistic 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 | getCount()Get 统计总量 | 
| String | getStatisticalCycle()Get 统计周期:日DAY,周WEEK,月MONTH | 
| String | getStatisticalType()Get 统计类型 新增NEWUSER 和登录 LOGIN | 
| String | getUpdateTime()Get 更新时间 | 
| void | setCount(Long Count)Set 统计总量 | 
| void | setStatisticalCycle(String StatisticalCycle)Set 统计周期:日DAY,周WEEK,月MONTH | 
| void | setStatisticalType(String StatisticalType)Set 统计类型 新增NEWUSER 和登录 LOGIN | 
| void | setUpdateTime(String UpdateTime)Set 更新时间 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic LoginStatistic()
public LoginStatistic(LoginStatistic source)
public String getStatisticalType()
public void setStatisticalType(String StatisticalType)
StatisticalType - 统计类型 新增NEWUSER 和登录 LOGINpublic String getStatisticalCycle()
public void setStatisticalCycle(String StatisticalCycle)
StatisticalCycle - 统计周期:日DAY,周WEEK,月MONTHpublic Long getCount()
public void setCount(Long Count)
Count - 统计总量public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime - 更新时间Copyright © 2025. All rights reserved.