public class DescribeGeneralStatResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeGeneralStatResponse() |
DescribeGeneralStatResponse(DescribeGeneralStatResponse 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 |
getAddedOnTheFifteen()
Get Number of hosts added in the last 15 days
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getAgentsAll()
Get Total number of CWPP clients
|
Long |
getAgentsBasic()
Get Total number of Basic Edition CWPP clients
|
Long |
getAgentsOffline()
Get Total number of CWPP clients that are offline and shut down
|
Long |
getAgentsOnline()
Get Total number of online CWPP clients
|
Long |
getAgentsPro()
Get Total number of Pro Edition CWPP clients
|
Long |
getAgentsProExpireWithInSevenDays()
Get Total number of prepaid Pro Edition CWPP clients that will expire in 7 days
|
Long |
getFlagshipMachineCnt()
Get Number of Ultimate Edition hosts
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getMachinesAll()
Get Total number of hosts
|
Long |
getMachinesUninstalled()
Get Total number of hosts not installed with the CWPP client
|
Long |
getOffline()
Get Total number of offline hosts
|
Long |
getProtectDays()
Get Protection duration, in days
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
Long |
getRiskMachine()
Get Total number of risky hosts
|
Long |
getShutdown()
Get Total number of hosts that are shut down
|
void |
setAddedOnTheFifteen(Long AddedOnTheFifteen)
Set Number of hosts added in the last 15 days
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setAgentsAll(Long AgentsAll)
Set Total number of CWPP clients
|
void |
setAgentsBasic(Long AgentsBasic)
Set Total number of Basic Edition CWPP clients
|
void |
setAgentsOffline(Long AgentsOffline)
Set Total number of CWPP clients that are offline and shut down
|
void |
setAgentsOnline(Long AgentsOnline)
Set Total number of online CWPP clients
|
void |
setAgentsPro(Long AgentsPro)
Set Total number of Pro Edition CWPP clients
|
void |
setAgentsProExpireWithInSevenDays(Long AgentsProExpireWithInSevenDays)
Set Total number of prepaid Pro Edition CWPP clients that will expire in 7 days
|
void |
setFlagshipMachineCnt(Long FlagshipMachineCnt)
Set Number of Ultimate Edition hosts
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setMachinesAll(Long MachinesAll)
Set Total number of hosts
|
void |
setMachinesUninstalled(Long MachinesUninstalled)
Set Total number of hosts not installed with the CWPP client
|
void |
setOffline(Long Offline)
Set Total number of offline hosts
|
void |
setProtectDays(Long ProtectDays)
Set Protection duration, in days
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setRiskMachine(Long RiskMachine)
Set Total number of risky hosts
|
void |
setShutdown(Long Shutdown)
Set Total number of hosts that are shut down
|
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 DescribeGeneralStatResponse()
public DescribeGeneralStatResponse(DescribeGeneralStatResponse source)
public Long getMachinesAll()
public void setMachinesAll(Long MachinesAll)
MachinesAll
- Total number of hostspublic Long getMachinesUninstalled()
public void setMachinesUninstalled(Long MachinesUninstalled)
MachinesUninstalled
- Total number of hosts not installed with the CWPP clientpublic Long getAgentsAll()
public void setAgentsAll(Long AgentsAll)
AgentsAll
- Total number of CWPP clientspublic Long getAgentsOnline()
public void setAgentsOnline(Long AgentsOnline)
AgentsOnline
- Total number of online CWPP clientspublic Long getAgentsOffline()
public void setAgentsOffline(Long AgentsOffline)
AgentsOffline
- Total number of CWPP clients that are offline and shut downpublic Long getAgentsPro()
public void setAgentsPro(Long AgentsPro)
AgentsPro
- Total number of Pro Edition CWPP clientspublic Long getAgentsBasic()
public void setAgentsBasic(Long AgentsBasic)
AgentsBasic
- Total number of Basic Edition CWPP clientspublic Long getAgentsProExpireWithInSevenDays()
public void setAgentsProExpireWithInSevenDays(Long AgentsProExpireWithInSevenDays)
AgentsProExpireWithInSevenDays
- Total number of prepaid Pro Edition CWPP clients that will expire in 7 dayspublic Long getRiskMachine()
public void setRiskMachine(Long RiskMachine)
RiskMachine
- Total number of risky hostspublic Long getShutdown()
public void setShutdown(Long Shutdown)
Shutdown
- Total number of hosts that are shut downpublic Long getOffline()
public void setOffline(Long Offline)
Offline
- Total number of offline hostspublic Long getFlagshipMachineCnt()
public void setFlagshipMachineCnt(Long FlagshipMachineCnt)
FlagshipMachineCnt
- Number of Ultimate Edition hosts
Note: This field may return null, indicating that no valid values can be obtained.public Long getProtectDays()
public void setProtectDays(Long ProtectDays)
ProtectDays
- Protection duration, in days
Note: This field may return null, indicating that no valid values can be obtained.public Long getAddedOnTheFifteen()
public void setAddedOnTheFifteen(Long AddedOnTheFifteen)
AddedOnTheFifteen
- Number of hosts added in the last 15 days
Note: This field may return null, indicating that no valid values can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2024. All rights reserved.