public class HostLoginList extends AbstractModel
header, skipSign
Constructor and Description |
---|
HostLoginList() |
HostLoginList(HostLoginList 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
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getCountry()
Get Country/Region ID
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getDesc()
Get High-risk information description:
ABROAD - overseas IP
XTI - threat intelligence
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getId()
Get Record ID
|
Long |
getIsRiskArea()
Get Whether hit the exception of cross-region log-in: 1: yes; 0: no
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getIsRiskSrcIp()
Get Whether hit the exception of abnormal IP: 1: yes; 0: no
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getIsRiskTime()
Get Whether hit the exception of abnormal time: 1: yes; 0: no
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getIsRiskUser()
Get Whether hit the exception of abnormal user: 1: yes; 0: no
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getLocation()
Get Location name
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getLoginTime()
Get Log-in time
Note: This field may return null, indicating that no valid values can be obtained.
|
MachineExtraInfo |
getMachineExtraInfo()
Get Additional information
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getMachineIp()
Get Host IP
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getMachineName()
Get Host name
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getModifyTime()
Get Modification time
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getPort()
Get Request destination port
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getProvince()
Get Province ID
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getQuuid()
Get Host QUUID
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getRiskLevel()
Get Risk level:
0: high
1: suspicious
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getSrcIp()
Get Source IP
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getStatus()
Get 1: normal log-in; 2: cross-region log-in; 5: allowlisted; 14: processed; 15: ignored
|
String |
getUserName()
Get Username
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getUuid()
Get UUID string
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCity(Long City)
Set City ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCountry(Long Country)
Set Country/Region ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setDesc(String Desc)
Set High-risk information description:
ABROAD - overseas IP
XTI - threat intelligence
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setId(Long Id)
Set Record ID
|
void |
setIsRiskArea(Long IsRiskArea)
Set Whether hit the exception of cross-region log-in: 1: yes; 0: no
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setIsRiskSrcIp(Long IsRiskSrcIp)
Set Whether hit the exception of abnormal IP: 1: yes; 0: no
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setIsRiskTime(Long IsRiskTime)
Set Whether hit the exception of abnormal time: 1: yes; 0: no
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setIsRiskUser(Long IsRiskUser)
Set Whether hit the exception of abnormal user: 1: yes; 0: no
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setLocation(String Location)
Set Location name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setLoginTime(String LoginTime)
Set Log-in time
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setMachineExtraInfo(MachineExtraInfo MachineExtraInfo)
Set Additional information
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setMachineIp(String MachineIp)
Set Host IP
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setMachineName(String MachineName)
Set Host name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setModifyTime(String ModifyTime)
Set Modification time
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setPort(Long Port)
Set Request destination port
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setProvince(Long Province)
Set Province ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setQuuid(String Quuid)
Set Host QUUID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setRiskLevel(Long RiskLevel)
Set Risk level:
0: high
1: suspicious
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setSrcIp(String SrcIp)
Set Source IP
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setStatus(Long Status)
Set 1: normal log-in; 2: cross-region log-in; 5: allowlisted; 14: processed; 15: ignored
|
void |
setUserName(String UserName)
Set Username
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setUuid(String Uuid)
Set UUID string
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public HostLoginList()
public HostLoginList(HostLoginList source)
public Long getId()
public void setId(Long Id)
Id
- Record IDpublic String getUuid()
public void setUuid(String Uuid)
Uuid
- UUID string
Note: This field may return null, indicating that no valid values can be obtained.public String getMachineIp()
public void setMachineIp(String MachineIp)
MachineIp
- Host IP
Note: This field may return null, indicating that no valid values can be obtained.public String getMachineName()
public void setMachineName(String MachineName)
MachineName
- Host name
Note: This field may return null, indicating that no valid values can be obtained.public String getUserName()
public void setUserName(String UserName)
UserName
- Username
Note: This field may return null, indicating that no valid values can be obtained.public String getSrcIp()
public void setSrcIp(String SrcIp)
SrcIp
- Source IP
Note: This field may return null, indicating that no valid values can be obtained.public Long getStatus()
public void setStatus(Long Status)
Status
- 1: normal log-in; 2: cross-region log-in; 5: allowlisted; 14: processed; 15: ignoredpublic Long getCountry()
public void setCountry(Long Country)
Country
- Country/Region ID
Note: This field may return null, indicating that no valid values can be obtained.public Long getCity()
public void setCity(Long City)
City
- City ID
Note: This field may return null, indicating that no valid values can be obtained.public Long getProvince()
public void setProvince(Long Province)
Province
- Province ID
Note: This field may return null, indicating that no valid values can be obtained.public String getLoginTime()
public void setLoginTime(String LoginTime)
LoginTime
- Log-in time
Note: This field may return null, indicating that no valid values can be obtained.public String getModifyTime()
public void setModifyTime(String ModifyTime)
ModifyTime
- Modification time
Note: This field may return null, indicating that no valid values can be obtained.public Long getIsRiskArea()
public void setIsRiskArea(Long IsRiskArea)
IsRiskArea
- Whether hit the exception of cross-region log-in: 1: yes; 0: no
Note: This field may return null, indicating that no valid values can be obtained.public Long getIsRiskUser()
public void setIsRiskUser(Long IsRiskUser)
IsRiskUser
- Whether hit the exception of abnormal user: 1: yes; 0: no
Note: This field may return null, indicating that no valid values can be obtained.public Long getIsRiskTime()
public void setIsRiskTime(Long IsRiskTime)
IsRiskTime
- Whether hit the exception of abnormal time: 1: yes; 0: no
Note: This field may return null, indicating that no valid values can be obtained.public Long getIsRiskSrcIp()
public void setIsRiskSrcIp(Long IsRiskSrcIp)
IsRiskSrcIp
- Whether hit the exception of abnormal IP: 1: yes; 0: no
Note: This field may return null, indicating that no valid values can be obtained.public Long getRiskLevel()
public void setRiskLevel(Long RiskLevel)
RiskLevel
- Risk level:
0: high
1: suspicious
Note: This field may return null, indicating that no valid values can be obtained.public String getLocation()
public void setLocation(String Location)
Location
- Location name
Note: This field may return null, indicating that no valid values can be obtained.public String getQuuid()
public void setQuuid(String Quuid)
Quuid
- Host QUUID
Note: This field may return null, indicating that no valid values can be obtained.public String getDesc()
public void setDesc(String Desc)
Desc
- High-risk information description:
ABROAD - overseas IP
XTI - threat intelligence
Note: This field may return null, indicating that no valid values can be obtained.public MachineExtraInfo getMachineExtraInfo()
public void setMachineExtraInfo(MachineExtraInfo MachineExtraInfo)
MachineExtraInfo
- Additional information
Note: This field may return null, indicating that no valid values can be obtained.public Long getPort()
public void setPort(Long Port)
Port
- Request destination port
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.