public class DescribePackIndexResponse extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribePackIndexResponse() | 
| DescribePackIndexResponse(DescribePackIndexResponse 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 | 
|---|---|
| KeyValue[] | getData()Get 字段值,如下:
TotalPackCount:资源数
AttackPackCount:清洗中的资源数
BlockPackCount:封堵中的资源数
ExpiredPackCount:过期的资源数
ExpireingPackCount:即将过期的资源数
IsolatePackCount:隔离中的资源数 | 
| String | getRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。 | 
| void | setData(KeyValue[] Data)Set 字段值,如下:
TotalPackCount:资源数
AttackPackCount:清洗中的资源数
BlockPackCount:封堵中的资源数
ExpiredPackCount:过期的资源数
ExpireingPackCount:即将过期的资源数
IsolatePackCount:隔离中的资源数 | 
| 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 DescribePackIndexResponse()
public DescribePackIndexResponse(DescribePackIndexResponse source)
public KeyValue[] getData()
public void setData(KeyValue[] Data)
Data - 字段值,如下:
TotalPackCount:资源数
AttackPackCount:清洗中的资源数
BlockPackCount:封堵中的资源数
ExpiredPackCount:过期的资源数
ExpireingPackCount:即将过期的资源数
IsolatePackCount:隔离中的资源数public String getRequestId()
public void setRequestId(String RequestId)
RequestId - 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2025. All rights reserved.