public class NonLocalLoginPlace extends AbstractModel
Constructor and Description |
---|
NonLocalLoginPlace() |
NonLocalLoginPlace(NonLocalLoginPlace 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.
|
Long |
getId()
Get Event ID.
|
String |
getLoginTime()
Get Login time.
|
String |
getMachineIp()
Get Server IP.
|
String |
getMachineName()
Get Server name.
|
Long |
getProvince()
Get Province/State ID.
|
String |
getSrcIp()
Get Login IP.
|
String |
getStatus()
Get Login status
NON_LOCAL_LOGIN: unusual login location
NORMAL_LOGIN: intended login
|
String |
getUserName()
Get Username.
|
String |
getUuid()
Get CWP agent `Uuid`.
|
void |
setCity(Long City)
Set City ID.
|
void |
setCountry(Long Country)
Set Country/Region ID.
|
void |
setId(Long Id)
Set Event ID.
|
void |
setLoginTime(String LoginTime)
Set Login time.
|
void |
setMachineIp(String MachineIp)
Set Server IP.
|
void |
setMachineName(String MachineName)
Set Server name.
|
void |
setProvince(Long Province)
Set Province/State ID.
|
void |
setSrcIp(String SrcIp)
Set Login IP.
|
void |
setStatus(String Status)
Set Login status
NON_LOCAL_LOGIN: unusual login location
NORMAL_LOGIN: intended login
|
void |
setUserName(String UserName)
Set Username.
|
void |
setUuid(String Uuid)
Set CWP agent `Uuid`.
|
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 NonLocalLoginPlace()
public NonLocalLoginPlace(NonLocalLoginPlace source)
public Long getId()
public void setId(Long Id)
Id
- Event ID.public String getMachineIp()
public void setMachineIp(String MachineIp)
MachineIp
- Server IP.public String getStatus()
public void setStatus(String Status)
Status
- Login status
public String getUserName()
public void setUserName(String UserName)
UserName
- Username.public Long getCity()
public void setCity(Long City)
City
- City ID.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 String getSrcIp()
public void setSrcIp(String SrcIp)
SrcIp
- Login IP.public String getMachineName()
public void setMachineName(String MachineName)
MachineName
- Server name.public String getLoginTime()
public void setLoginTime(String LoginTime)
LoginTime
- Login time.public String getUuid()
public void setUuid(String Uuid)
Uuid
- CWP agent `Uuid`.Copyright © 2023. All rights reserved.