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 value
|
String |
getDomain()
Get Domain name
|
String |
getName()
Get Rule name
|
Long |
getRuleId()
Get Rule ID
|
StrategyForAntiInfoLeak[] |
getStrategies()
Get Policy array
|
void |
setActionType(Long ActionType)
Set Action value
|
void |
setDomain(String Domain)
Set Domain name
|
void |
setName(String Name)
Set Rule name
|
void |
setRuleId(Long RuleId)
Set Rule ID
|
void |
setStrategies(StrategyForAntiInfoLeak[] Strategies)
Set Policy array
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyAntiInfoLeakRulesRequest()
public ModifyAntiInfoLeakRulesRequest(ModifyAntiInfoLeakRulesRequest source)
public Long getRuleId()
public void setRuleId(Long RuleId)
RuleId
- Rule IDpublic String getName()
public void setName(String Name)
Name
- Rule namepublic String getDomain()
public void setDomain(String Domain)
Domain
- Domain namepublic Long getActionType()
public void setActionType(Long ActionType)
ActionType
- Action valuepublic StrategyForAntiInfoLeak[] getStrategies()
public void setStrategies(StrategyForAntiInfoLeak[] Strategies)
Strategies
- Policy arrayCopyright © 2024. All rights reserved.