public static class GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataSinkSinkSLSParametersTopic
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
form
The method that is used to transform the event.
|
String |
template
The template style.
|
String |
value
The name of the topic in which logs are stored.
|
| 构造器和说明 |
|---|
GetEventStreamingResponseBodyDataSinkSinkSLSParametersTopic() |
@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.
@NameInMap(value="Value") public String value
The name of the topic in which logs are stored. The topic corresponds to the topic reserved field in Log Service.
example:testTopic
public GetEventStreamingResponseBodyDataSinkSinkSLSParametersTopic()
public static GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataSinkSinkSLSParametersTopic build(Map<String,?> map) throws Exception
Exceptionpublic GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataSinkSinkSLSParametersTopic setForm(String form)
public String getForm()
public GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataSinkSinkSLSParametersTopic setTemplate(String template)
public String getTemplate()
public GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataSinkSinkSLSParametersTopic setValue(String value)
public String getValue()
Copyright © 2026. All rights reserved.