public class RuleNormalActionParams extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RuleNormalActionParams() | 
| RuleNormalActionParams(RuleNormalActionParams 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 | getName()Get 参数名称,参数填写规范可调用接口 [查询规则引擎的设置参数](https://cloud.tencent.com/document/product/1552/80618) 查看。 | 
| String[] | getValues()Get 参数值。 | 
| void | setName(String Name)Set 参数名称,参数填写规范可调用接口 [查询规则引擎的设置参数](https://cloud.tencent.com/document/product/1552/80618) 查看。 | 
| void | setValues(String[] Values)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, toJsonStringpublic RuleNormalActionParams()
public RuleNormalActionParams(RuleNormalActionParams source)
public String getName()
public void setName(String Name)
Name - 参数名称,参数填写规范可调用接口 [查询规则引擎的设置参数](https://cloud.tencent.com/document/product/1552/80618) 查看。public String[] getValues()
public void setValues(String[] Values)
Values - 参数值。Copyright © 2025. All rights reserved.