Class CreateTransformationRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.eb.v20210416.models.CreateTransformationRequest
-
public class CreateTransformationRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateTransformationRequest()CreateTransformationRequest(CreateTransformationRequest 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 StringgetEventBusId()Get 事件总线 idStringgetRuleId()Get 规则idTransformation[]getTransformations()Get 一个转换规则列表,当前仅限定一个voidsetEventBusId(String EventBusId)Set 事件总线 idvoidsetRuleId(String RuleId)Set 规则idvoidsetTransformations(Transformation[] Transformations)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
-
CreateTransformationRequest
public CreateTransformationRequest()
-
CreateTransformationRequest
public CreateTransformationRequest(CreateTransformationRequest 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
-
getEventBusId
public String getEventBusId()
Get 事件总线 id- Returns:
- EventBusId 事件总线 id
-
setEventBusId
public void setEventBusId(String EventBusId)
Set 事件总线 id- Parameters:
EventBusId- 事件总线 id
-
getRuleId
public String getRuleId()
Get 规则id- Returns:
- RuleId 规则id
-
setRuleId
public void setRuleId(String RuleId)
Set 规则id- Parameters:
RuleId- 规则id
-
getTransformations
public Transformation[] getTransformations()
Get 一个转换规则列表,当前仅限定一个- Returns:
- Transformations 一个转换规则列表,当前仅限定一个
-
setTransformations
public void setTransformations(Transformation[] Transformations)
Set 一个转换规则列表,当前仅限定一个- Parameters:
Transformations- 一个转换规则列表,当前仅限定一个
-
-