public static class GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataSinkSinkFcParametersBody
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.
|
| 构造器和说明 |
|---|
GetEventStreamingResponseBodyDataSinkSinkFcParametersBody() |
@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 GetEventStreamingResponseBodyDataSinkSinkFcParametersBody()
public static GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataSinkSinkFcParametersBody build(Map<String,?> map) throws Exception
Exceptionpublic GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataSinkSinkFcParametersBody setForm(String form)
public String getForm()
public GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataSinkSinkFcParametersBody setTemplate(String template)
public String getTemplate()
public GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataSinkSinkFcParametersBody setValue(String value)
public String getValue()
Copyright © 2026. All rights reserved.