public class DescribeTaskResultSummaryResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeTaskResultSummaryResponse() |
DescribeTaskResultSummaryResponse(DescribeTaskResultSummaryResponse 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[] |
getHighRiskNodeCount()
Get Number of nodes affected by high risks in the last seven days
|
Long[] |
getHintRiskNodeCount()
Get Number of nodes affected by prompt risks in the last seven days
|
Long[] |
getMiddleRiskNodeCount()
Get Number of nodes affected by medium risks in the last seven days
|
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[] |
getSeriousRiskNodeCount()
Get Number of nodes affected by critical risks in the last seven days
|
void |
setHighRiskNodeCount(Long[] HighRiskNodeCount)
Set Number of nodes affected by high risks in the last seven days
|
void |
setHintRiskNodeCount(Long[] HintRiskNodeCount)
Set Number of nodes affected by prompt risks in the last seven days
|
void |
setMiddleRiskNodeCount(Long[] MiddleRiskNodeCount)
Set Number of nodes affected by medium risks in the last seven days
|
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 |
setSeriousRiskNodeCount(Long[] SeriousRiskNodeCount)
Set Number of nodes affected by critical risks in the last seven days
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeTaskResultSummaryResponse()
public DescribeTaskResultSummaryResponse(DescribeTaskResultSummaryResponse source)
public Long[] getSeriousRiskNodeCount()
public void setSeriousRiskNodeCount(Long[] SeriousRiskNodeCount)
SeriousRiskNodeCount
- Number of nodes affected by critical risks in the last seven dayspublic Long[] getHighRiskNodeCount()
public void setHighRiskNodeCount(Long[] HighRiskNodeCount)
HighRiskNodeCount
- Number of nodes affected by high risks in the last seven dayspublic Long[] getMiddleRiskNodeCount()
public void setMiddleRiskNodeCount(Long[] MiddleRiskNodeCount)
MiddleRiskNodeCount
- Number of nodes affected by medium risks in the last seven dayspublic Long[] getHintRiskNodeCount()
public void setHintRiskNodeCount(Long[] HintRiskNodeCount)
HintRiskNodeCount
- Number of nodes affected by prompt risks in the last seven dayspublic 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 © 2025. All rights reserved.