public class TemplatePolicy extends AbstractModel
header, skipSign
Constructor and Description |
---|
TemplatePolicy() |
TemplatePolicy(TemplatePolicy 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 |
getTemplatePolicyDealType()
Get 护栏策略生效处理策略 1:顺序执行,2:暂停
|
String[] |
getTemplatePolicyIdList()
Get 保护策略ID列表
|
String |
getTemplatePolicyRule()
Get 策略规则
|
void |
setTemplatePolicyDealType(Long TemplatePolicyDealType)
Set 护栏策略生效处理策略 1:顺序执行,2:暂停
|
void |
setTemplatePolicyIdList(String[] TemplatePolicyIdList)
Set 保护策略ID列表
|
void |
setTemplatePolicyRule(String TemplatePolicyRule)
Set 策略规则
|
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 TemplatePolicy()
public TemplatePolicy(TemplatePolicy source)
public String[] getTemplatePolicyIdList()
public void setTemplatePolicyIdList(String[] TemplatePolicyIdList)
TemplatePolicyIdList
- 保护策略ID列表public String getTemplatePolicyRule()
public void setTemplatePolicyRule(String TemplatePolicyRule)
TemplatePolicyRule
- 策略规则public Long getTemplatePolicyDealType()
public void setTemplatePolicyDealType(Long TemplatePolicyDealType)
TemplatePolicyDealType
- 护栏策略生效处理策略 1:顺序执行,2:暂停Copyright © 2024. All rights reserved.