public static class UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkDataHubParametersContentSchema
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
form
The template based on which you want events to be transformed.
|
String |
template
The template based on which you want events to be transformed.
|
String |
value
The value before event transformation.
|
| 构造器和说明 |
|---|
UpdateEventStreamingRequestSinkSinkDataHubParametersContentSchema() |
@NameInMap(value="Form") public String form
The template based on which you want events to be transformed.
example:CONSTANT
@NameInMap(value="Template") public String template
The template based on which you want events to be transformed.
@NameInMap(value="Value") public String value
The value before event transformation.
example:{"Key_1":{"form":"CONSTANT","value":"demoKey"},"Value_1":{"form":"JSONPATH","value":"$.data.value"}}
public UpdateEventStreamingRequestSinkSinkDataHubParametersContentSchema()
public static UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkDataHubParametersContentSchema build(Map<String,?> map) throws Exception
Exceptionpublic UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkDataHubParametersContentSchema setForm(String form)
public String getForm()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkDataHubParametersContentSchema setTemplate(String template)
public String getTemplate()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkDataHubParametersContentSchema setValue(String value)
public String getValue()
Copyright © 2026. All rights reserved.