public static class GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataSourceSourceDTSParameters
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
brokerUrl
The URL and port number of the data subscription channel.
|
String |
initCheckPoint
The consumer offset.
|
String |
password
The password of the consumer group.
|
String |
sid
The ID of the consumer group.
|
String |
taskId
The task ID.
|
String |
topic
The topic to which you want to subscribe by using the data subscription channel.
|
String |
username
The account of the consumer group.
|
| 构造器和说明 |
|---|
GetEventStreamingResponseBodyDataSourceSourceDTSParameters() |
@NameInMap(value="BrokerUrl") public String brokerUrl
The URL and port number of the data subscription channel.
@NameInMap(value="InitCheckPoint") public String initCheckPoint
The consumer offset. A consumer offset is a timestamp that indicates when the SDK client consumes the first data record. The value is a UNIX timestamp.
example:1620962769
@NameInMap(value="Password") public String password
The password of the consumer group.
example:admin
@NameInMap(value="Sid") public String sid
The ID of the consumer group.
example:HD1
@NameInMap(value="TaskId") public String taskId
The task ID.
example:f86e5814-b223-482c-b768-3b873297dade
@NameInMap(value="Topic") public String topic
The topic to which you want to subscribe by using the data subscription channel.
example:TP_TEST_UNDERWRITE_ISSUE
@NameInMap(value="Username") public String username
The account of the consumer group.
example:admin
public GetEventStreamingResponseBodyDataSourceSourceDTSParameters()
public static GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataSourceSourceDTSParameters build(Map<String,?> map) throws Exception
Exceptionpublic GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataSourceSourceDTSParameters setBrokerUrl(String brokerUrl)
public String getBrokerUrl()
public GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataSourceSourceDTSParameters setInitCheckPoint(String initCheckPoint)
public String getInitCheckPoint()
public GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataSourceSourceDTSParameters setPassword(String password)
public String getPassword()
public GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataSourceSourceDTSParameters setSid(String sid)
public String getSid()
public GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataSourceSourceDTSParameters setTaskId(String taskId)
public String getTaskId()
public GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataSourceSourceDTSParameters setTopic(String topic)
public String getTopic()
public GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataSourceSourceDTSParameters setUsername(String username)
public String getUsername()
Copyright © 2026. All rights reserved.