public static class ListUserDefinedEventSourcesResponseBody.ListUserDefinedEventSourcesResponseBodyDataEventSourceListSourceRocketMQParameters
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
authType
The authentication type.
|
String |
groupId
The ID of the consumer group on the Message Queue for Apache RocketMQ instance.
|
String |
instanceEndpoint
The endpoint that is used to access the Message Queue for Apache RocketMQ instance.
|
String |
instanceId
The ID of the Message Queue for Apache RocketMQ instance.
|
String |
instanceNetwork
The type of network over which the Message Queue for Apache RocketMQ instance is accessed.
|
String |
instancePassword
The password that is used to access the Message Queue for Apache RocketMQ instance.
|
String |
instanceSecurityGroupId
The ID of the security group to which the Message Queue for Apache RocketMQ instance belongs.
|
String |
instanceType
The instance type.
|
String |
instanceUsername
The username that is used to access the Message Queue for Apache RocketMQ instance.
|
String |
instanceVpcId
The ID of the virtual private cloud (VPC) in which the Message Queue for Apache RocketMQ instance is deployed.
|
String |
instanceVSwitchIds
The ID of the vSwitch with which the Message Queue for Apache RocketMQ instance is associated.
|
String |
offset
The offset from which messages are consumed.
|
String |
regionId
The ID of the region where the Message Queue for Apache RocketMQ instance resides.
|
String |
tag
The tag that is used to filter messages.
|
Float |
timestamp
The timestamp that indicates the time from which messages are consumed.
|
String |
topic
The name of the topic on the Message Queue for Apache RocketMQ instance.
|
| 构造器和说明 |
|---|
ListUserDefinedEventSourcesResponseBodyDataEventSourceListSourceRocketMQParameters() |
@NameInMap(value="AuthType") public String authType
The authentication type. This parameter can be set to ACL or left empty.
example:ACL
@NameInMap(value="GroupId") public String groupId
The ID of the consumer group on the Message Queue for Apache RocketMQ instance.
example:GID-test
@NameInMap(value="InstanceEndpoint") public String instanceEndpoint
The endpoint that is used to access the Message Queue for Apache RocketMQ instance.
example:registry-vpc.cn-hangzhou.aliyuncs.com
@NameInMap(value="InstanceId") public String instanceId
The ID of the Message Queue for Apache RocketMQ instance. For more information, see Limits.
example:bastionhost-cn-7mz293s9d1p
@NameInMap(value="InstanceNetwork") public String instanceNetwork
The type of network over which the Message Queue for Apache RocketMQ instance is accessed.
example:PublicNetwork
@NameInMap(value="InstancePassword") public String instancePassword
The password that is used to access the Message Queue for Apache RocketMQ instance.
example:@NameInMap(value="InstanceSecurityGroupId") public String instanceSecurityGroupId
The ID of the security group to which the Message Queue for Apache RocketMQ instance belongs.
example:eb-167adad548***
@NameInMap(value="InstanceType") public String instanceType
The instance type. Valid values: CLOUD_4, CLOUD_5, and SELF_BUILT. The value CLOUD_4 indicates that the instance is a Message Queue for Apache RocketMQ 4.0 instance. The value CLOUD_5 indicates that the instance is a Message Queue for Apache RocketMQ 5.0 instance. The value SELF_BUILT indicates that the instance is a self-managed RocketMQ instance.
example:CLOUD_5
@NameInMap(value="InstanceUsername") public String instanceUsername
The username that is used to access the Message Queue for Apache RocketMQ instance.
example:root
@NameInMap(value="InstanceVSwitchIds") public String instanceVSwitchIds
The ID of the vSwitch with which the Message Queue for Apache RocketMQ instance is associated.
example:vsw-bp1iu***
@NameInMap(value="InstanceVpcId") public String instanceVpcId
The ID of the virtual private cloud (VPC) in which the Message Queue for Apache RocketMQ instance is deployed.
example:vpc-***
@NameInMap(value="Offset") public String offset
The offset from which messages are consumed. Valid values:
Default value: CONSUME_FROM_LAST_OFFSET.
example:CONSUMEFROMLASTOFFSET
@NameInMap(value="RegionId") public String regionId
The ID of the region where the Message Queue for Apache RocketMQ instance resides.
example:cn-shenzhen
@NameInMap(value="Tag") public String tag
The tag that is used to filter messages.
example:dataact
@NameInMap(value="Timestamp") public Float timestamp
The timestamp that indicates the time from which messages are consumed. This parameter is valid only if Offset is set to CONSUME_FROM_TIMESTAMP.
example:1664591760
public ListUserDefinedEventSourcesResponseBodyDataEventSourceListSourceRocketMQParameters()
public static ListUserDefinedEventSourcesResponseBody.ListUserDefinedEventSourcesResponseBodyDataEventSourceListSourceRocketMQParameters build(Map<String,?> map) throws Exception
Exceptionpublic ListUserDefinedEventSourcesResponseBody.ListUserDefinedEventSourcesResponseBodyDataEventSourceListSourceRocketMQParameters setAuthType(String authType)
public String getAuthType()
public ListUserDefinedEventSourcesResponseBody.ListUserDefinedEventSourcesResponseBodyDataEventSourceListSourceRocketMQParameters setGroupId(String groupId)
public String getGroupId()
public ListUserDefinedEventSourcesResponseBody.ListUserDefinedEventSourcesResponseBodyDataEventSourceListSourceRocketMQParameters setInstanceEndpoint(String instanceEndpoint)
public String getInstanceEndpoint()
public ListUserDefinedEventSourcesResponseBody.ListUserDefinedEventSourcesResponseBodyDataEventSourceListSourceRocketMQParameters setInstanceId(String instanceId)
public String getInstanceId()
public ListUserDefinedEventSourcesResponseBody.ListUserDefinedEventSourcesResponseBodyDataEventSourceListSourceRocketMQParameters setInstanceNetwork(String instanceNetwork)
public String getInstanceNetwork()
public ListUserDefinedEventSourcesResponseBody.ListUserDefinedEventSourcesResponseBodyDataEventSourceListSourceRocketMQParameters setInstancePassword(String instancePassword)
public String getInstancePassword()
public ListUserDefinedEventSourcesResponseBody.ListUserDefinedEventSourcesResponseBodyDataEventSourceListSourceRocketMQParameters setInstanceSecurityGroupId(String instanceSecurityGroupId)
public String getInstanceSecurityGroupId()
public ListUserDefinedEventSourcesResponseBody.ListUserDefinedEventSourcesResponseBodyDataEventSourceListSourceRocketMQParameters setInstanceType(String instanceType)
public String getInstanceType()
public ListUserDefinedEventSourcesResponseBody.ListUserDefinedEventSourcesResponseBodyDataEventSourceListSourceRocketMQParameters setInstanceUsername(String instanceUsername)
public String getInstanceUsername()
public ListUserDefinedEventSourcesResponseBody.ListUserDefinedEventSourcesResponseBodyDataEventSourceListSourceRocketMQParameters setInstanceVSwitchIds(String instanceVSwitchIds)
public String getInstanceVSwitchIds()
public ListUserDefinedEventSourcesResponseBody.ListUserDefinedEventSourcesResponseBodyDataEventSourceListSourceRocketMQParameters setInstanceVpcId(String instanceVpcId)
public String getInstanceVpcId()
public ListUserDefinedEventSourcesResponseBody.ListUserDefinedEventSourcesResponseBodyDataEventSourceListSourceRocketMQParameters setOffset(String offset)
public String getOffset()
public ListUserDefinedEventSourcesResponseBody.ListUserDefinedEventSourcesResponseBodyDataEventSourceListSourceRocketMQParameters setRegionId(String regionId)
public String getRegionId()
public ListUserDefinedEventSourcesResponseBody.ListUserDefinedEventSourcesResponseBodyDataEventSourceListSourceRocketMQParameters setTag(String tag)
public String getTag()
public ListUserDefinedEventSourcesResponseBody.ListUserDefinedEventSourcesResponseBodyDataEventSourceListSourceRocketMQParameters setTimestamp(Float timestamp)
public Float getTimestamp()
public ListUserDefinedEventSourcesResponseBody.ListUserDefinedEventSourcesResponseBodyDataEventSourceListSourceRocketMQParameters setTopic(String topic)
public String getTopic()
Copyright © 2026. All rights reserved.