Class RuleCodeActionParams
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.teo.v20220901.models.RuleCodeActionParams
-
public class RuleCodeActionParams extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Get 参数名称,参数填写规范可调用接口 [查询规则引擎的设置参数](https://tcloud4api.woa.com/document/product/1657/79433?!preview&!document=1) 查看。LonggetStatusCode()Get 状态 Code。String[]getValues()Get 参数值。voidsetName(String Name)Set 参数名称,参数填写规范可调用接口 [查询规则引擎的设置参数](https://tcloud4api.woa.com/document/product/1657/79433?!preview&!document=1) 查看。voidsetStatusCode(Long StatusCode)Set 状态 Code。voidsetValues(String[] Values)Set 参数值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
RuleCodeActionParams
public RuleCodeActionParams()
-
RuleCodeActionParams
public 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.
-
-
Method Detail
-
getStatusCode
public Long getStatusCode()
Get 状态 Code。- Returns:
- StatusCode 状态 Code。
-
setStatusCode
public void setStatusCode(Long StatusCode)
Set 状态 Code。- Parameters:
StatusCode- 状态 Code。
-
getName
public String getName()
Get 参数名称,参数填写规范可调用接口 [查询规则引擎的设置参数](https://tcloud4api.woa.com/document/product/1657/79433?!preview&!document=1) 查看。- Returns:
- Name 参数名称,参数填写规范可调用接口 [查询规则引擎的设置参数](https://tcloud4api.woa.com/document/product/1657/79433?!preview&!document=1) 查看。
-
setName
public void setName(String Name)
Set 参数名称,参数填写规范可调用接口 [查询规则引擎的设置参数](https://tcloud4api.woa.com/document/product/1657/79433?!preview&!document=1) 查看。- Parameters:
Name- 参数名称,参数填写规范可调用接口 [查询规则引擎的设置参数](https://tcloud4api.woa.com/document/product/1657/79433?!preview&!document=1) 查看。
-
getValues
public String[] getValues()
Get 参数值。- Returns:
- Values 参数值。
-
setValues
public void setValues(String[] Values)
Set 参数值。- Parameters:
Values- 参数值。
-
-