public class AddAntiInfoLeakRulesRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
AddAntiInfoLeakRulesRequest() |
AddAntiInfoLeakRulesRequest(AddAntiInfoLeakRulesRequest 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 Actions: 0 (alarm), 1 (replace), 2 (only display the first four digits), 3 (only display the last four digits), 4 (block)
|
String |
getDomain()
Get Domain name
|
String |
getName()
Get Rule name
|
StrategyForAntiInfoLeak[] |
getStrategies()
Get Policy details
|
String |
getUri()
Get URL
|
void |
setActionType(Long ActionType)
Set Actions: 0 (alarm), 1 (replace), 2 (only display the first four digits), 3 (only display the last four digits), 4 (block)
|
void |
setDomain(String Domain)
Set Domain name
|
void |
setName(String Name)
Set Rule name
|
void |
setStrategies(StrategyForAntiInfoLeak[] Strategies)
Set Policy details
|
void |
setUri(String Uri)
Set URL
|
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 AddAntiInfoLeakRulesRequest()
public AddAntiInfoLeakRulesRequest(AddAntiInfoLeakRulesRequest source)
public String getDomain()
public void setDomain(String Domain)
Domain
- Domain namepublic String getName()
public void setName(String Name)
Name
- Rule namepublic Long getActionType()
public void setActionType(Long ActionType)
ActionType
- Actions: 0 (alarm), 1 (replace), 2 (only display the first four digits), 3 (only display the last four digits), 4 (block)public StrategyForAntiInfoLeak[] getStrategies()
public void setStrategies(StrategyForAntiInfoLeak[] Strategies)
Strategies
- Policy detailspublic String getUri()
public void setUri(String Uri)
Uri
- URLCopyright © 2024. All rights reserved.