public static class GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataSinkSinkRabbitMQParametersProperties
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
form
The method that is used to transform the event.
|
String |
template
The template based on which the event is transformed.
|
String |
value
The value before the transformation.
|
| 构造器和说明 |
|---|
GetEventStreamingResponseBodyDataSinkSinkRabbitMQParametersProperties() |
@NameInMap(value="Form") public String form
The method that is used to transform the event.
example:TEMPLATE
@NameInMap(value="Template") public String template
The template based on which the event is transformed.
example:The value of ${key} is ${value}!
@NameInMap(value="Value") public String value
The value before the transformation.
example:{ "key": "value" }
public GetEventStreamingResponseBodyDataSinkSinkRabbitMQParametersProperties()
public static GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataSinkSinkRabbitMQParametersProperties build(Map<String,?> map) throws Exception
Exceptionpublic GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataSinkSinkRabbitMQParametersProperties setForm(String form)
public String getForm()
public GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataSinkSinkRabbitMQParametersProperties setTemplate(String template)
public String getTemplate()
public GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataSinkSinkRabbitMQParametersProperties setValue(String value)
public String getValue()
Copyright © 2026. All rights reserved.