public class DescribeComplianceTaskPolicyItemSummaryListResponse extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeComplianceTaskPolicyItemSummaryListResponse() |
DescribeComplianceTaskPolicyItemSummaryListResponse(DescribeComplianceTaskPolicyItemSummaryListResponse 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 |
---|---|
CompliancePolicyItemSummary[] |
getPolicyItemSummaryList()
Get List of the aggregated information of each check item
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
Long |
getTaskId()
Get ID of the last compliance check task, which is the source of the displayed data.
|
Long |
getTotalCount()
Get Total number of check items
|
void |
setPolicyItemSummaryList(CompliancePolicyItemSummary[] PolicyItemSummaryList)
Set List of the aggregated information of each check item
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setTaskId(Long TaskId)
Set ID of the last compliance check task, which is the source of the displayed data.
|
void |
setTotalCount(Long TotalCount)
Set Total number of check items
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeComplianceTaskPolicyItemSummaryListResponse()
public DescribeComplianceTaskPolicyItemSummaryListResponse(DescribeComplianceTaskPolicyItemSummaryListResponse source)
public Long getTaskId()
public void setTaskId(Long TaskId)
TaskId
- ID of the last compliance check task, which is the source of the displayed data.
Note: This field may return null, indicating that no valid values can be obtained.public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- Total number of check itemspublic CompliancePolicyItemSummary[] getPolicyItemSummaryList()
public void setPolicyItemSummaryList(CompliancePolicyItemSummary[] PolicyItemSummaryList)
PolicyItemSummaryList
- List of the aggregated information of each check itempublic String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.