public class DescribeCCSelfDefinePolicyResponse extends AbstractModel
Constructor and Description |
---|
DescribeCCSelfDefinePolicyResponse() |
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
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 © 2021. All rights reserved.