public class DescribeSecurityPortraitRulesRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeSecurityPortraitRulesRequest() | 
| DescribeSecurityPortraitRulesRequest(DescribeSecurityPortraitRulesRequest 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 | 
|---|---|
| String | getEntity()Get The subdomain name/L4 proxy. | 
| String | getTemplateId()Get The template ID. | 
| String | getZoneId()Get The site ID. | 
| void | setEntity(String Entity)Set The subdomain name/L4 proxy. | 
| void | setTemplateId(String TemplateId)Set The template ID. | 
| void | setZoneId(String ZoneId)Set The site ID. | 
| 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, toJsonStringpublic DescribeSecurityPortraitRulesRequest()
public DescribeSecurityPortraitRulesRequest(DescribeSecurityPortraitRulesRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId - The site ID. You must specify either "ZoneId+Entity" or "TemplateId".public String getEntity()
public void setEntity(String Entity)
Entity - The subdomain name/L4 proxy. You must specify either "ZoneId+Entity" or "TemplateId".public String getTemplateId()
public void setTemplateId(String TemplateId)
TemplateId - The template ID. You must specify either this field or "ZoneId+Entity".Copyright © 2022. All rights reserved.