public static class UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkDashVectorParametersVector
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
form
The method that you want to use to transform events.
|
String |
template
None.
|
String |
value
The JSONPath rule that you want to use to extract content.
|
| 构造器和说明 |
|---|
UpdateEventStreamingRequestSinkSinkDashVectorParametersVector() |
@NameInMap(value="Form") public String form
The method that you want to use to transform events.
example:JSONPATH
@NameInMap(value="Template") public String template
None.
@NameInMap(value="Value") public String value
The JSONPath rule that you want to use to extract content.
example:The value of this parameter cannot exceed 10,240 characters in length.
$.data.messageBody
public UpdateEventStreamingRequestSinkSinkDashVectorParametersVector()
public static UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkDashVectorParametersVector build(Map<String,?> map) throws Exception
Exceptionpublic UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkDashVectorParametersVector setForm(String form)
public String getForm()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkDashVectorParametersVector setTemplate(String template)
public String getTemplate()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkDashVectorParametersVector setValue(String value)
public String getValue()
Copyright © 2026. All rights reserved.