public class ListenerCcThreholdConfig extends AbstractModel
| Constructor and Description |
|---|
ListenerCcThreholdConfig() |
ListenerCcThreholdConfig(ListenerCcThreholdConfig 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 |
getCCEnable()
Get 开关状态(0:关闭,1:开启)
|
Long |
getCCThreshold()
Get cc防护阈值
|
String |
getDomain()
Get 域名
|
String |
getProtocol()
Get 协议(可取值htttps)
|
void |
setCCEnable(Long CCEnable)
Set 开关状态(0:关闭,1:开启)
|
void |
setCCThreshold(Long CCThreshold)
Set cc防护阈值
|
void |
setDomain(String Domain)
Set 域名
|
void |
setProtocol(String Protocol)
Set 协议(可取值htttps)
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic ListenerCcThreholdConfig()
public ListenerCcThreholdConfig(ListenerCcThreholdConfig source)
public String getDomain()
public void setDomain(String Domain)
Domain - 域名public String getProtocol()
public void setProtocol(String Protocol)
Protocol - 协议(可取值htttps)public Long getCCEnable()
public void setCCEnable(Long CCEnable)
CCEnable - 开关状态(0:关闭,1:开启)public Long getCCThreshold()
public void setCCThreshold(Long CCThreshold)
CCThreshold - cc防护阈值Copyright © 2021. All rights reserved.