public class ScreenRegionMachines extends AbstractModel
header, skipSign
Constructor and Description |
---|
ScreenRegionMachines() |
ScreenRegionMachines(ScreenRegionMachines 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 |
getAttackCnt()
Get Number of potentially risky hosts
|
Long |
getIgnoreCnt()
Get Number of hosts that are omitted from displaying.
|
ScreenMachine[] |
getMachines()
Get Host list
|
String |
getRegion()
Get All regions
|
String |
getRegionName()
Get Region description in Chinese
|
Long |
getRiskCnt()
Get Number of risky hosts
|
Long |
getSafetyCnt()
Get Number of risk-free hosts
|
Long |
getTotalCount()
Get Total number of hosts in this region
|
Long |
getUnAgentOfflineCnt()
Get Number of hosts in offline/uninstalled status
|
void |
setAttackCnt(Long AttackCnt)
Set Number of potentially risky hosts
|
void |
setIgnoreCnt(Long IgnoreCnt)
Set Number of hosts that are omitted from displaying.
|
void |
setMachines(ScreenMachine[] Machines)
Set Host list
|
void |
setRegion(String Region)
Set All regions
|
void |
setRegionName(String RegionName)
Set Region description in Chinese
|
void |
setRiskCnt(Long RiskCnt)
Set Number of risky hosts
|
void |
setSafetyCnt(Long SafetyCnt)
Set Number of risk-free hosts
|
void |
setTotalCount(Long TotalCount)
Set Total number of hosts in this region
|
void |
setUnAgentOfflineCnt(Long UnAgentOfflineCnt)
Set Number of hosts in offline/uninstalled status
|
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 ScreenRegionMachines()
public ScreenRegionMachines(ScreenRegionMachines source)
public String getRegion()
public void setRegion(String Region)
Region
- All regionspublic String getRegionName()
public void setRegionName(String RegionName)
RegionName
- Region description in Chinesepublic ScreenMachine[] getMachines()
public void setMachines(ScreenMachine[] Machines)
Machines
- Host listpublic Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- Total number of hosts in this regionpublic Long getRiskCnt()
public void setRiskCnt(Long RiskCnt)
RiskCnt
- Number of risky hostspublic Long getAttackCnt()
public void setAttackCnt(Long AttackCnt)
AttackCnt
- Number of potentially risky hostspublic Long getSafetyCnt()
public void setSafetyCnt(Long SafetyCnt)
SafetyCnt
- Number of risk-free hostspublic Long getUnAgentOfflineCnt()
public void setUnAgentOfflineCnt(Long UnAgentOfflineCnt)
UnAgentOfflineCnt
- Number of hosts in offline/uninstalled statuspublic Long getIgnoreCnt()
public void setIgnoreCnt(Long IgnoreCnt)
IgnoreCnt
- Number of hosts that are omitted from displaying. When it is equal to 0, no hosts are omitted.Copyright © 2025. All rights reserved.