public class RuleCodeActionParams extends AbstractModel
skipSign
Constructor and Description |
---|
RuleCodeActionParams() |
RuleCodeActionParams(RuleCodeActionParams 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://tcloud4api.woa.com/document/product/1657/79433?!preview&!document=1) 查看。
|
Long |
getStatusCode()
Get 状态 Code。
|
String[] |
getValues()
Get 参数值。
|
void |
setName(String Name)
Set 参数名称,参数填写规范可调用接口 [查询规则引擎的设置参数](https://tcloud4api.woa.com/document/product/1657/79433?!preview&!document=1) 查看。
|
void |
setStatusCode(Long StatusCode)
Set 状态 Code。
|
void |
setValues(String[] Values)
Set 参数值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public RuleCodeActionParams()
public RuleCodeActionParams(RuleCodeActionParams source)
public Long getStatusCode()
public void setStatusCode(Long StatusCode)
StatusCode
- 状态 Code。public String getName()
public void setName(String Name)
Name
- 参数名称,参数填写规范可调用接口 [查询规则引擎的设置参数](https://tcloud4api.woa.com/document/product/1657/79433?!preview&!document=1) 查看。public String[] getValues()
public void setValues(String[] Values)
Values
- 参数值。Copyright © 2023. All rights reserved.