public class UpdateTransformationRequest extends AbstractModel
Constructor and Description |
---|
UpdateTransformationRequest() |
UpdateTransformationRequest(UpdateTransformationRequest 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 |
getEventBusId()
Get 事件集ID
|
String |
getRuleId()
Get 规则ID
|
String |
getTransformationId()
Get 转换器id
|
Transformation[] |
getTransformations()
Get 一个转换规则列表,当前仅限定一个
|
void |
setEventBusId(String EventBusId)
Set 事件集ID
|
void |
setRuleId(String RuleId)
Set 规则ID
|
void |
setTransformationId(String TransformationId)
Set 转换器id
|
void |
setTransformations(Transformation[] Transformations)
Set 一个转换规则列表,当前仅限定一个
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public UpdateTransformationRequest()
public UpdateTransformationRequest(UpdateTransformationRequest source)
public String getEventBusId()
public void setEventBusId(String EventBusId)
EventBusId
- 事件集IDpublic String getRuleId()
public void setRuleId(String RuleId)
RuleId
- 规则IDpublic String getTransformationId()
public void setTransformationId(String TransformationId)
TransformationId
- 转换器idpublic Transformation[] getTransformations()
public void setTransformations(Transformation[] Transformations)
Transformations
- 一个转换规则列表,当前仅限定一个Copyright © 2022. All rights reserved.