public class DescribeSecurityPolicyRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeSecurityPolicyRequest()  | 
DescribeSecurityPolicyRequest(DescribeSecurityPolicyRequest 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 Second-level domain name 
 | 
String | 
getZoneId()
Get Top-level domain name 
 | 
void | 
setEntity(String Entity)
Set Second-level domain name 
 | 
void | 
setZoneId(String ZoneId)
Set Top-level domain name 
 | 
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, toJsonStringpublic DescribeSecurityPolicyRequest()
public DescribeSecurityPolicyRequest(DescribeSecurityPolicyRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId - Top-level domain namepublic String getEntity()
public void setEntity(String Entity)
Entity - Second-level domain nameCopyright © 2024. All rights reserved.