public class WeeklyReportNonlocalLoginPlace extends AbstractModel
Constructor and Description |
---|
WeeklyReportNonlocalLoginPlace() |
Modifier and Type | Method and Description |
---|---|
Long |
getCity()
Get 城市ID。
|
Long |
getCountry()
Get 国家ID。
|
String |
getLoginTime()
Get 登录时间。
|
String |
getMachineIp()
Get 主机IP。
|
Long |
getProvince()
Get 省份ID。
|
String |
getSrcIp()
Get 源IP。
|
String |
getUsername()
Get 用户名。
|
void |
setCity(Long City)
Set 城市ID。
|
void |
setCountry(Long Country)
Set 国家ID。
|
void |
setLoginTime(String LoginTime)
Set 登录时间。
|
void |
setMachineIp(String MachineIp)
Set 主机IP。
|
void |
setProvince(Long Province)
Set 省份ID。
|
void |
setSrcIp(String SrcIp)
Set 源IP。
|
void |
setUsername(String Username)
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 String getMachineIp()
public void setMachineIp(String MachineIp)
MachineIp
- 主机IP。public String getUsername()
public void setUsername(String Username)
Username
- 用户名。public String getSrcIp()
public void setSrcIp(String SrcIp)
SrcIp
- 源IP。public Long getCountry()
public void setCountry(Long Country)
Country
- 国家ID。public Long getProvince()
public void setProvince(Long Province)
Province
- 省份ID。public Long getCity()
public void setCity(Long City)
City
- 城市ID。public String getLoginTime()
public void setLoginTime(String LoginTime)
LoginTime
- 登录时间。Copyright © 2020. All rights reserved.