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 Whether access control rule is enabled
|
Long |
getAntiLeakage()
Get Whether information leakage prevention is enabled
|
Long |
getAntiTamper()
Get Whether web tamper-proof is enabled
|
Long |
getApiProtection()
Get Whether API security is enabled
|
Long |
getCcProtection()
Get Whether CC protection is enabled.
|
Long |
getRateLimit()
Get Traffic limiting module switch
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
Long |
getWebSecurity()
Get Whether web security rules are enabled
|
void |
setAccessControl(Long AccessControl)
Set Whether access control rule is enabled
|
void |
setAntiLeakage(Long AntiLeakage)
Set Whether information leakage prevention is enabled
|
void |
setAntiTamper(Long AntiTamper)
Set Whether web tamper-proof is enabled
|
void |
setApiProtection(Long ApiProtection)
Set Whether API security is enabled
|
void |
setCcProtection(Long CcProtection)
Set Whether CC protection is enabled.
|
void |
setRateLimit(Long RateLimit)
Set Traffic limiting module switch
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setWebSecurity(Long WebSecurity)
Set Whether web security rules are enabled
|
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
- Whether web security rules are enabledpublic Long getAccessControl()
public void setAccessControl(Long AccessControl)
AccessControl
- Whether access control rule is enabledpublic Long getCcProtection()
public void setCcProtection(Long CcProtection)
CcProtection
- Whether CC protection is enabled.public Long getAntiTamper()
public void setAntiTamper(Long AntiTamper)
AntiTamper
- Whether web tamper-proof is enabledpublic Long getAntiLeakage()
public void setAntiLeakage(Long AntiLeakage)
AntiLeakage
- Whether information leakage prevention is enabledpublic Long getApiProtection()
public void setApiProtection(Long ApiProtection)
ApiProtection
- Whether API security is enabledpublic Long getRateLimit()
public void setRateLimit(Long RateLimit)
RateLimit
- Traffic limiting module switchpublic String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2025. All rights reserved.