public class DescribeModuleStatusResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeModuleStatusResponse() |
DescribeModuleStatusResponse(DescribeModuleStatusResponse 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 |
getAccessControl()
Get 访问控制规则是否开启
|
Long |
getAntiLeakage()
Get 信息防泄漏是否开启
|
Long |
getAntiTamper()
Get 网页防篡改是否开启
|
Long |
getApiProtection()
Get API安全是否开启
|
Long |
getCcProtection()
Get CC防护是否开启
|
Long |
getRateLimit()
Get 限流模块开关
|
String |
getRequestId()
Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
Long |
getWebSecurity()
Get WEB安全规则是否开启
|
void |
setAccessControl(Long AccessControl)
Set 访问控制规则是否开启
|
void |
setAntiLeakage(Long AntiLeakage)
Set 信息防泄漏是否开启
|
void |
setAntiTamper(Long AntiTamper)
Set 网页防篡改是否开启
|
void |
setApiProtection(Long ApiProtection)
Set API安全是否开启
|
void |
setCcProtection(Long CcProtection)
Set CC防护是否开启
|
void |
setRateLimit(Long RateLimit)
Set 限流模块开关
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
void |
setWebSecurity(Long WebSecurity)
Set WEB安全规则是否开启
|
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, toJsonString
public DescribeModuleStatusResponse()
public DescribeModuleStatusResponse(DescribeModuleStatusResponse source)
public Long getWebSecurity()
public void setWebSecurity(Long WebSecurity)
WebSecurity
- WEB安全规则是否开启public Long getAccessControl()
public void setAccessControl(Long AccessControl)
AccessControl
- 访问控制规则是否开启public Long getCcProtection()
public void setCcProtection(Long CcProtection)
CcProtection
- CC防护是否开启public Long getAntiTamper()
public void setAntiTamper(Long AntiTamper)
AntiTamper
- 网页防篡改是否开启public Long getAntiLeakage()
public void setAntiLeakage(Long AntiLeakage)
AntiLeakage
- 信息防泄漏是否开启public Long getApiProtection()
public void setApiProtection(Long ApiProtection)
ApiProtection
- API安全是否开启public Long getRateLimit()
public void setRateLimit(Long RateLimit)
RateLimit
- 限流模块开关public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2024. All rights reserved.