public class ModifyModuleStatusRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyModuleStatusRequest() |
ModifyModuleStatusRequest(ModifyModuleStatusRequest 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 Access control module switch: 0 or 1
|
Long |
getAntiLeakage()
Get Leakage prevention module switch: 0 or 1
|
Long |
getAntiTamper()
Get Tamper-proof module switch: 0 or 1
|
Long |
getApiProtection()
Get API security module switch, 0 or 1
|
Long |
getCcProtection()
Get CC module switch, 0 or 1
|
String |
getDomain()
Get Domain to be set
|
Long |
getRateLimit()
Get Traffic limiting module switch: 0 or 1
|
Long |
getWebSecurity()
Get Enabling status of the web security module.
|
void |
setAccessControl(Long AccessControl)
Set Access control module switch: 0 or 1
|
void |
setAntiLeakage(Long AntiLeakage)
Set Leakage prevention module switch: 0 or 1
|
void |
setAntiTamper(Long AntiTamper)
Set Tamper-proof module switch: 0 or 1
|
void |
setApiProtection(Long ApiProtection)
Set API security module switch, 0 or 1
|
void |
setCcProtection(Long CcProtection)
Set CC module switch, 0 or 1
|
void |
setDomain(String Domain)
Set Domain to be set
|
void |
setRateLimit(Long RateLimit)
Set Traffic limiting module switch: 0 or 1
|
void |
setWebSecurity(Long WebSecurity)
Set Enabling status of the web security module.
|
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 ModifyModuleStatusRequest()
public ModifyModuleStatusRequest(ModifyModuleStatusRequest source)
public String getDomain()
public void setDomain(String Domain)
Domain
- Domain to be setpublic Long getWebSecurity()
public void setWebSecurity(Long WebSecurity)
WebSecurity
- Enabling status of the web security module. The value is 0 or 1.public Long getAccessControl()
public void setAccessControl(Long AccessControl)
AccessControl
- Access control module switch: 0 or 1public Long getCcProtection()
public void setCcProtection(Long CcProtection)
CcProtection
- CC module switch, 0 or 1public Long getApiProtection()
public void setApiProtection(Long ApiProtection)
ApiProtection
- API security module switch, 0 or 1public Long getAntiTamper()
public void setAntiTamper(Long AntiTamper)
AntiTamper
- Tamper-proof module switch: 0 or 1public Long getAntiLeakage()
public void setAntiLeakage(Long AntiLeakage)
AntiLeakage
- Leakage prevention module switch: 0 or 1public Long getRateLimit()
public void setRateLimit(Long RateLimit)
RateLimit
- Traffic limiting module switch: 0 or 1Copyright © 2025. All rights reserved.