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 访问控制模块开关,0或者1
|
Long |
getAntiLeakage()
Get 防泄漏模块开关,0或者1
|
Long |
getAntiTamper()
Get 防篡改模块开关,0或者1
|
Long |
getApiProtection()
Get API安全模块开关,0或者1
|
Long |
getCcProtection()
Get CC模块开关,0或者1
|
String |
getDomain()
Get 需要设置的domain
|
Long |
getRateLimit()
Get 限流模块开关,0或1
|
Long |
getWebSecurity()
Get Web 安全模块开关,0或1
|
void |
setAccessControl(Long AccessControl)
Set 访问控制模块开关,0或者1
|
void |
setAntiLeakage(Long AntiLeakage)
Set 防泄漏模块开关,0或者1
|
void |
setAntiTamper(Long AntiTamper)
Set 防篡改模块开关,0或者1
|
void |
setApiProtection(Long ApiProtection)
Set API安全模块开关,0或者1
|
void |
setCcProtection(Long CcProtection)
Set CC模块开关,0或者1
|
void |
setDomain(String Domain)
Set 需要设置的domain
|
void |
setRateLimit(Long RateLimit)
Set 限流模块开关,0或1
|
void |
setWebSecurity(Long WebSecurity)
Set Web 安全模块开关,0或1
|
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
- 需要设置的domainpublic Long getWebSecurity()
public void setWebSecurity(Long WebSecurity)
WebSecurity
- Web 安全模块开关,0或1public Long getAccessControl()
public void setAccessControl(Long AccessControl)
AccessControl
- 访问控制模块开关,0或者1public Long getCcProtection()
public void setCcProtection(Long CcProtection)
CcProtection
- CC模块开关,0或者1public Long getApiProtection()
public void setApiProtection(Long ApiProtection)
ApiProtection
- API安全模块开关,0或者1public Long getAntiTamper()
public void setAntiTamper(Long AntiTamper)
AntiTamper
- 防篡改模块开关,0或者1public Long getAntiLeakage()
public void setAntiLeakage(Long AntiLeakage)
AntiLeakage
- 防泄漏模块开关,0或者1public Long getRateLimit()
public void setRateLimit(Long RateLimit)
RateLimit
- 限流模块开关,0或1Copyright © 2024. All rights reserved.