public class DescribeSecurityPolicyResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeSecurityPolicyResponse() |
DescribeSecurityPolicyResponse(DescribeSecurityPolicyResponse 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 |
---|---|
Long |
getAppId()
Get User ID
|
SecurityConfig |
getConfig()
Get Security configuration
Note: This field may return `null`, indicating that no valid value can be obtained.
|
String |
getEntity()
Get Second-level domain name
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
String |
getZoneId()
Get Top-level domain name
|
void |
setAppId(Long AppId)
Set User ID
|
void |
setConfig(SecurityConfig Config)
Set Security configuration
Note: This field may return `null`, indicating that no valid value can be obtained.
|
void |
setEntity(String Entity)
Set Second-level domain name
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
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, toJsonString
public DescribeSecurityPolicyResponse()
public DescribeSecurityPolicyResponse(DescribeSecurityPolicyResponse source)
public Long getAppId()
public void setAppId(Long AppId)
AppId
- User IDpublic String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- Top-level domain namepublic String getEntity()
public void setEntity(String Entity)
Entity
- Second-level domain namepublic SecurityConfig getConfig()
public void setConfig(SecurityConfig Config)
Config
- Security configuration
Note: This field may return `null`, indicating that no valid value can be obtained.public 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 © 2024. All rights reserved.