public class ModifyCCThresholdPolicyRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyCCThresholdPolicyRequest() |
ModifyCCThresholdPolicyRequest(ModifyCCThresholdPolicyRequest 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 |
---|---|
String |
getDomain()
Get 域名
|
String |
getInstanceId()
Get 实例Id
|
String |
getIp()
Get IP地址
|
String |
getProtocol()
Get 协议,可取值HTTP,HTTPS
|
Long |
getThreshold()
Get 清洗阈值,-1表示开启“默认”模式
|
void |
setDomain(String Domain)
Set 域名
|
void |
setInstanceId(String InstanceId)
Set 实例Id
|
void |
setIp(String Ip)
Set IP地址
|
void |
setProtocol(String Protocol)
Set 协议,可取值HTTP,HTTPS
|
void |
setThreshold(Long Threshold)
Set 清洗阈值,-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 ModifyCCThresholdPolicyRequest()
public ModifyCCThresholdPolicyRequest(ModifyCCThresholdPolicyRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例Idpublic String getIp()
public void setIp(String Ip)
Ip
- IP地址public String getDomain()
public void setDomain(String Domain)
Domain
- 域名public String getProtocol()
public void setProtocol(String Protocol)
Protocol
- 协议,可取值HTTP,HTTPSpublic Long getThreshold()
public void setThreshold(Long Threshold)
Threshold
- 清洗阈值,-1表示开启“默认”模式Copyright © 2024. All rights reserved.