Class RuleRewriteActionParams
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.teo.v20220901.models.RuleRewriteActionParams
-
public class RuleRewriteActionParams extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description RuleRewriteActionParams()RuleRewriteActionParams(RuleRewriteActionParams 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 StringgetAction()Get 功能参数名称,参数填写规范可调用接口 [查询规则引擎的设置参数](https://tcloud4api.woa.com/document/product/1657/79433?!preview&!document=1) 查看。现在只有三种取值: add:添加 HTTP 头部; set:重写 HTTP 头部; del:删除 HTTP 头部。StringgetName()Get 参数名称。String[]getValues()Get 参数值。voidsetAction(String Action)Set 功能参数名称,参数填写规范可调用接口 [查询规则引擎的设置参数](https://tcloud4api.woa.com/document/product/1657/79433?!preview&!document=1) 查看。现在只有三种取值: add:添加 HTTP 头部; set:重写 HTTP 头部; del:删除 HTTP 头部。voidsetName(String Name)Set 参数名称。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
-
RuleRewriteActionParams
public RuleRewriteActionParams()
-
RuleRewriteActionParams
public RuleRewriteActionParams(RuleRewriteActionParams 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
-
getAction
public String getAction()
Get 功能参数名称,参数填写规范可调用接口 [查询规则引擎的设置参数](https://tcloud4api.woa.com/document/product/1657/79433?!preview&!document=1) 查看。现在只有三种取值:- add:添加 HTTP 头部;
- set:重写 HTTP 头部;
- del:删除 HTTP 头部。
- Returns:
- Action 功能参数名称,参数填写规范可调用接口 [查询规则引擎的设置参数](https://tcloud4api.woa.com/document/product/1657/79433?!preview&!document=1) 查看。现在只有三种取值:
- add:添加 HTTP 头部;
- set:重写 HTTP 头部;
- del:删除 HTTP 头部。
-
setAction
public void setAction(String Action)
Set 功能参数名称,参数填写规范可调用接口 [查询规则引擎的设置参数](https://tcloud4api.woa.com/document/product/1657/79433?!preview&!document=1) 查看。现在只有三种取值:- add:添加 HTTP 头部;
- set:重写 HTTP 头部;
- del:删除 HTTP 头部。
- Parameters:
Action- 功能参数名称,参数填写规范可调用接口 [查询规则引擎的设置参数](https://tcloud4api.woa.com/document/product/1657/79433?!preview&!document=1) 查看。现在只有三种取值:- add:添加 HTTP 头部;
- set:重写 HTTP 头部;
- del:删除 HTTP 头部。
-
getName
public String getName()
Get 参数名称。- Returns:
- Name 参数名称。
-
setName
public void setName(String Name)
Set 参数名称。- Parameters:
Name- 参数名称。
-
getValues
public String[] getValues()
Get 参数值。- Returns:
- Values 参数值。
-
setValues
public void setValues(String[] Values)
Set 参数值。- Parameters:
Values- 参数值。
-
-