public class ModifyAntiInfoLeakRulesRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyAntiInfoLeakRulesRequest() |
ModifyAntiInfoLeakRulesRequest(ModifyAntiInfoLeakRulesRequest 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 |
getActionType()
Get Action 值
|
String |
getDomain()
Get 域名
|
String |
getName()
Get 规则名称
|
Long |
getRuleId()
Get 规则ID
|
StrategyForAntiInfoLeak[] |
getStrategies()
Get 策略数组
|
void |
setActionType(Long ActionType)
Set Action 值
|
void |
setDomain(String Domain)
Set 域名
|
void |
setName(String Name)
Set 规则名称
|
void |
setRuleId(Long RuleId)
Set 规则ID
|
void |
setStrategies(StrategyForAntiInfoLeak[] Strategies)
Set 策略数组
|
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 ModifyAntiInfoLeakRulesRequest()
public ModifyAntiInfoLeakRulesRequest(ModifyAntiInfoLeakRulesRequest source)
public Long getRuleId()
public void setRuleId(Long RuleId)
RuleId
- 规则IDpublic String getName()
public void setName(String Name)
Name
- 规则名称public String getDomain()
public void setDomain(String Domain)
Domain
- 域名public Long getActionType()
public void setActionType(Long ActionType)
ActionType
- Action 值public StrategyForAntiInfoLeak[] getStrategies()
public void setStrategies(StrategyForAntiInfoLeak[] Strategies)
Strategies
- 策略数组Copyright © 2024. All rights reserved.