public class LoginStatistic extends AbstractModel
Constructor and Description |
---|
LoginStatistic() |
Modifier and Type | Method and Description |
---|---|
Long |
getCount()
Get 统计总量
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getStatisticalCycle()
Get 统计周期:日DAY,周WEEK,月MONTH
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getStatisticalType()
Get 统计类型 新增NEWUSER 和登录 LOGIN
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getUpdateTime()
Get 更新时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCount(Long Count)
Set 统计总量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStatisticalCycle(String StatisticalCycle)
Set 统计周期:日DAY,周WEEK,月MONTH
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStatisticalType(String StatisticalType)
Set 统计类型 新增NEWUSER 和登录 LOGIN
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUpdateTime(String UpdateTime)
Set 更新时间
注意:此字段可能返回 null,表示取不到有效值。
|
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 String getStatisticalType()
public void setStatisticalType(String StatisticalType)
StatisticalType
- 统计类型 新增NEWUSER 和登录 LOGIN
注意:此字段可能返回 null,表示取不到有效值。public String getStatisticalCycle()
public void setStatisticalCycle(String StatisticalCycle)
StatisticalCycle
- 统计周期:日DAY,周WEEK,月MONTH
注意:此字段可能返回 null,表示取不到有效值。public Long getCount()
public void setCount(Long Count)
Count
- 统计总量
注意:此字段可能返回 null,表示取不到有效值。public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- 更新时间
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2020. All rights reserved.