public class WeeklyReportNonlocalLoginPlace extends AbstractModel
| Constructor and Description | 
|---|
WeeklyReportNonlocalLoginPlace()  | 
WeeklyReportNonlocalLoginPlace(WeeklyReportNonlocalLoginPlace 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 | 
getCity()
Get City ID. 
 | 
Long | 
getCountry()
Get Country/Region ID. 
 | 
String | 
getLoginTime()
Get Login time. 
 | 
String | 
getMachineIp()
Get Server IP. 
 | 
Long | 
getProvince()
Get Province/State ID. 
 | 
String | 
getSrcIp()
Get Source IP. 
 | 
String | 
getUsername()
Get Username. 
 | 
void | 
setCity(Long City)
Set City ID. 
 | 
void | 
setCountry(Long Country)
Set Country/Region ID. 
 | 
void | 
setLoginTime(String LoginTime)
Set Login time. 
 | 
void | 
setMachineIp(String MachineIp)
Set Server IP. 
 | 
void | 
setProvince(Long Province)
Set Province/State ID. 
 | 
void | 
setSrcIp(String SrcIp)
Set Source IP. 
 | 
void | 
setUsername(String Username)
Set Username. 
 | 
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, toJsonStringpublic WeeklyReportNonlocalLoginPlace()
public WeeklyReportNonlocalLoginPlace(WeeklyReportNonlocalLoginPlace source)
public String getMachineIp()
public void setMachineIp(String MachineIp)
MachineIp - Server IP.public String getUsername()
public void setUsername(String Username)
Username - Username.public String getSrcIp()
public void setSrcIp(String SrcIp)
SrcIp - Source IP.public Long getCountry()
public void setCountry(Long Country)
Country - Country/Region ID.public Long getProvince()
public void setProvince(Long Province)
Province - Province/State ID.public Long getCity()
public void setCity(Long City)
City - City ID.public String getLoginTime()
public void setLoginTime(String LoginTime)
LoginTime - Login time.Copyright © 2022. All rights reserved.