public static class CreateEventStreamingRequest.CreateEventStreamingRequestSourceSourceRocketMQParameters
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
authType
The authentication method.
|
String |
bodyDataType
example:
JSON
|
String |
filterSql
The SQL statement that you want to use to filter messages.
|
String |
filterType
The method that you want to use to filter messages.
|
String |
groupID
The ID of the consumer group on the ApsaraMQ for RocketMQ instance.
|
String |
instanceEndpoint
The endpoint that you want to use to access the ApsaraMQ for RocketMQ instance.
|
String |
instanceId
The ID of the ApsaraMQ for RocketMQ instance.
|
String |
instanceNetwork
The network type.
|
String |
instancePassword
The password that you want to use to access the ApsaraMQ for RocketMQ instance.
|
String |
instanceSecurityGroupId
The ID of the security group to which the ApsaraMQ for RocketMQ instance belongs.
|
String |
instanceType
The type of the ApsaraMQ for RocketMQ instance.
|
String |
instanceUsername
The username that you want to use to access the ApsaraMQ for RocketMQ instance.
|
String |
instanceVpcId
The ID of the VPC to which the ApsaraMQ for RocketMQ instance belongs.
|
String |
instanceVSwitchIds
The ID of the vSwitch with which the ApsaraMQ for RocketMQ instance is associated.
|
String |
network
The network type.
|
String |
offset
The offset from which messages are consumed.
|
String |
regionId
The ID of the region where the ApsaraMQ for RocketMQ instance resides.
|
String |
securityGroupId
The security group ID of the cross-border task.
|
String |
tag
The tag that you want to use to filter messages.
|
Long |
timestamp
The timestamp that indicates the time from which messages are consumed.
|
String |
topic
The name of the topic on the ApsaraMQ for RocketMQ instance.
|
String |
vpcId
The VPC ID of the cross-border task.
|
String |
vSwitchIds
The vSwitch ID of the cross-border task.
|
| 构造器和说明 |
|---|
CreateEventStreamingRequestSourceSourceRocketMQParameters() |
@NameInMap(value="AuthType") public String authType
The authentication method.
example:ACL
@NameInMap(value="BodyDataType") public String bodyDataType
JSON
@NameInMap(value="FilterSql") public String filterSql
The SQL statement that you want to use to filter messages.
example:index > 10
@NameInMap(value="FilterType") public String filterType
The method that you want to use to filter messages.
example:Tag
@NameInMap(value="GroupID") public String groupID
The ID of the consumer group on the ApsaraMQ for RocketMQ instance.
example:GID_group1
@NameInMap(value="InstanceEndpoint") public String instanceEndpoint
The endpoint that you want to use to access the ApsaraMQ for RocketMQ instance.
example:registry-vpc.cn-zhangjiakou.aliyuncs.com
@NameInMap(value="InstanceId") public String instanceId
The ID of the ApsaraMQ for RocketMQ instance.
example:default_C56C360261515
@NameInMap(value="InstanceNetwork") public String instanceNetwork
The network type. Valid values:
PublicNetwork
@NameInMap(value="InstancePassword") public String instancePassword
The password that you want to use to access the ApsaraMQ for RocketMQ instance.
example:admin
@NameInMap(value="InstanceSecurityGroupId") public String instanceSecurityGroupId
The ID of the security group to which the ApsaraMQ for RocketMQ instance belongs.
example:sg-m5edtu24f123456789
@NameInMap(value="InstanceType") public String instanceType
The type of the ApsaraMQ for RocketMQ instance.
example:2
@NameInMap(value="InstanceUsername") public String instanceUsername
The username that you want to use to access the ApsaraMQ for RocketMQ instance.
example:admin
@NameInMap(value="InstanceVSwitchIds") public String instanceVSwitchIds
The ID of the vSwitch with which the ApsaraMQ for RocketMQ instance is associated.
example:vsw-m5ev8asdc6h123456789
@NameInMap(value="InstanceVpcId") public String instanceVpcId
The ID of the VPC to which the ApsaraMQ for RocketMQ instance belongs.
example:vpc-m5e3sv4b123456789
@NameInMap(value="Network") public String network
The network type. Valid values: PublicNetwork and PrivateNetwork.
example:PrivateNetwork
@NameInMap(value="Offset") public String offset
The offset from which messages are consumed. Valid values:
Default value: CONSUME_FROM_LAST_OFFSET.
example:CONSUMEFROMLAST_OFFSET
@NameInMap(value="RegionId") public String regionId
The ID of the region where the ApsaraMQ for RocketMQ instance resides.
example:cn-qingdao
@NameInMap(value="SecurityGroupId") public String securityGroupId
The security group ID of the cross-border task.
example:sg-m5edtu24f123456789
@NameInMap(value="Tag") public String tag
The tag that you want to use to filter messages.
example:test
@NameInMap(value="Timestamp") public Long timestamp
The timestamp that indicates the time from which messages are consumed. This parameter is valid only if you set Offset to CONSUME_FROM_TIMESTAMP.
example:1670656652009
@NameInMap(value="Topic") public String topic
The name of the topic on the ApsaraMQ for RocketMQ instance.
example:Topic_publicRule_api_1667273421288
@NameInMap(value="VSwitchIds") public String vSwitchIds
The vSwitch ID of the cross-border task.
example:vsw-m5ev8asdc6h123456789
@NameInMap(value="VpcId") public String vpcId
The VPC ID of the cross-border task.
example:vpc-m5e3sv4b123456789
public CreateEventStreamingRequestSourceSourceRocketMQParameters()
public static CreateEventStreamingRequest.CreateEventStreamingRequestSourceSourceRocketMQParameters build(Map<String,?> map) throws Exception
Exceptionpublic CreateEventStreamingRequest.CreateEventStreamingRequestSourceSourceRocketMQParameters setAuthType(String authType)
public String getAuthType()
public CreateEventStreamingRequest.CreateEventStreamingRequestSourceSourceRocketMQParameters setBodyDataType(String bodyDataType)
public String getBodyDataType()
public CreateEventStreamingRequest.CreateEventStreamingRequestSourceSourceRocketMQParameters setFilterSql(String filterSql)
public String getFilterSql()
public CreateEventStreamingRequest.CreateEventStreamingRequestSourceSourceRocketMQParameters setFilterType(String filterType)
public String getFilterType()
public CreateEventStreamingRequest.CreateEventStreamingRequestSourceSourceRocketMQParameters setGroupID(String groupID)
public String getGroupID()
public CreateEventStreamingRequest.CreateEventStreamingRequestSourceSourceRocketMQParameters setInstanceEndpoint(String instanceEndpoint)
public String getInstanceEndpoint()
public CreateEventStreamingRequest.CreateEventStreamingRequestSourceSourceRocketMQParameters setInstanceId(String instanceId)
public String getInstanceId()
public CreateEventStreamingRequest.CreateEventStreamingRequestSourceSourceRocketMQParameters setInstanceNetwork(String instanceNetwork)
public String getInstanceNetwork()
public CreateEventStreamingRequest.CreateEventStreamingRequestSourceSourceRocketMQParameters setInstancePassword(String instancePassword)
public String getInstancePassword()
public CreateEventStreamingRequest.CreateEventStreamingRequestSourceSourceRocketMQParameters setInstanceSecurityGroupId(String instanceSecurityGroupId)
public String getInstanceSecurityGroupId()
public CreateEventStreamingRequest.CreateEventStreamingRequestSourceSourceRocketMQParameters setInstanceType(String instanceType)
public String getInstanceType()
public CreateEventStreamingRequest.CreateEventStreamingRequestSourceSourceRocketMQParameters setInstanceUsername(String instanceUsername)
public String getInstanceUsername()
public CreateEventStreamingRequest.CreateEventStreamingRequestSourceSourceRocketMQParameters setInstanceVSwitchIds(String instanceVSwitchIds)
public String getInstanceVSwitchIds()
public CreateEventStreamingRequest.CreateEventStreamingRequestSourceSourceRocketMQParameters setInstanceVpcId(String instanceVpcId)
public String getInstanceVpcId()
public CreateEventStreamingRequest.CreateEventStreamingRequestSourceSourceRocketMQParameters setNetwork(String network)
public String getNetwork()
public CreateEventStreamingRequest.CreateEventStreamingRequestSourceSourceRocketMQParameters setOffset(String offset)
public String getOffset()
public CreateEventStreamingRequest.CreateEventStreamingRequestSourceSourceRocketMQParameters setRegionId(String regionId)
public String getRegionId()
public CreateEventStreamingRequest.CreateEventStreamingRequestSourceSourceRocketMQParameters setSecurityGroupId(String securityGroupId)
public String getSecurityGroupId()
public CreateEventStreamingRequest.CreateEventStreamingRequestSourceSourceRocketMQParameters setTag(String tag)
public String getTag()
public CreateEventStreamingRequest.CreateEventStreamingRequestSourceSourceRocketMQParameters setTimestamp(Long timestamp)
public Long getTimestamp()
public CreateEventStreamingRequest.CreateEventStreamingRequestSourceSourceRocketMQParameters setTopic(String topic)
public String getTopic()
public CreateEventStreamingRequest.CreateEventStreamingRequestSourceSourceRocketMQParameters setVSwitchIds(String vSwitchIds)
public String getVSwitchIds()
public CreateEventStreamingRequest.CreateEventStreamingRequestSourceSourceRocketMQParameters setVpcId(String vpcId)
public String getVpcId()
Copyright © 2026. All rights reserved.