public class DescribeCCSelfDefinePolicyResponse extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeCCSelfDefinePolicyResponse()  | 
DescribeCCSelfDefinePolicyResponse(DescribeCCSelfDefinePolicyResponse 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 | 
|---|---|
CCPolicy[] | 
getPolicys()
Get Policy list 
 | 
String | 
getRequestId()
Get The unique request ID, which is returned for each request. 
 | 
Long | 
getTotal()
Get Total number of custom rules 
 | 
void | 
setPolicys(CCPolicy[] Policys)
Set Policy list 
 | 
void | 
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request. 
 | 
void | 
setTotal(Long Total)
Set Total number of custom rules 
 | 
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 DescribeCCSelfDefinePolicyResponse()
public DescribeCCSelfDefinePolicyResponse(DescribeCCSelfDefinePolicyResponse source)
public Long getTotal()
public void setTotal(Long Total)
Total - Total number of custom rulespublic CCPolicy[] getPolicys()
public void setPolicys(CCPolicy[] Policys)
Policys - Policy listpublic 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 © 2025. All rights reserved.