public class DescribeComplianceListResponse extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeComplianceListResponse() | 
| DescribeComplianceListResponse(DescribeComplianceListResponse 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 | getAssetTotalNum()Get 总检查资产数
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getConfigTotalNum()Get 总检查项
注意:此字段可能返回 null,表示取不到有效值。 | 
| DataCompliance[] | getData()Get 检查项列表 | 
| String | getRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。 | 
| void | setAssetTotalNum(Long AssetTotalNum)Set 总检查资产数
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setConfigTotalNum(Long ConfigTotalNum)Set 总检查项
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setData(DataCompliance[] Data)Set 检查项列表 | 
| void | setRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。 | 
| 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, toJsonStringpublic DescribeComplianceListResponse()
public DescribeComplianceListResponse(DescribeComplianceListResponse source)
public DataCompliance[] getData()
public void setData(DataCompliance[] Data)
Data - 检查项列表public Long getAssetTotalNum()
public void setAssetTotalNum(Long AssetTotalNum)
AssetTotalNum - 总检查资产数
注意:此字段可能返回 null,表示取不到有效值。public Long getConfigTotalNum()
public void setConfigTotalNum(Long ConfigTotalNum)
ConfigTotalNum - 总检查项
注意:此字段可能返回 null,表示取不到有效值。public String getRequestId()
public void setRequestId(String RequestId)
RequestId - 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2025. All rights reserved.