public class DescribeComplianceTaskAssetSummaryResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeComplianceTaskAssetSummaryResponse() |
DescribeComplianceTaskAssetSummaryResponse(DescribeComplianceTaskAssetSummaryResponse 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 |
---|---|
ComplianceAssetSummary[] |
getAssetSummaryList()
Get List of aggregated information of each type of asset
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
String |
getStatus()
Get Status
`USER_UNINIT`: Not initialized.
|
void |
setAssetSummaryList(ComplianceAssetSummary[] AssetSummaryList)
Set List of aggregated information of each type of asset
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setStatus(String Status)
Set Status
`USER_UNINIT`: Not initialized.
|
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 DescribeComplianceTaskAssetSummaryResponse()
public DescribeComplianceTaskAssetSummaryResponse(DescribeComplianceTaskAssetSummaryResponse source)
public String getStatus()
public void setStatus(String Status)
Status
- Status
`USER_UNINIT`: Not initialized.
`USER_INITIALIZING`: Initializing.
`USER_NORMAL`: Normal.public ComplianceAssetSummary[] getAssetSummaryList()
public void setAssetSummaryList(ComplianceAssetSummary[] AssetSummaryList)
AssetSummaryList
- List of aggregated information of each type of assetpublic 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 © 2024. All rights reserved.