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