public static final class ListGroupIdResponseBody.Data.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListGroupIdResponseBody.Data |
build() |
ListGroupIdResponseBody.Data.Builder |
createTime(Long createTime)
The time when the group was created.
|
ListGroupIdResponseBody.Data.Builder |
groupId(String groupId)
The queried group that belongs to the ApsaraMQ for MQTT instance.
|
ListGroupIdResponseBody.Data.Builder |
independentNaming(Boolean independentNaming)
Indicates whether a separate namespace is configured for the ApsaraMQ for MQTT instance.
|
ListGroupIdResponseBody.Data.Builder |
instanceId(String instanceId)
The ID of the ApsaraMQ for MQTT instance to which the group belongs.
|
ListGroupIdResponseBody.Data.Builder |
tags(List<ListGroupIdResponseBody.Tags> tags)
Tags.
|
ListGroupIdResponseBody.Data.Builder |
updateTime(Long updateTime)
The time when the group was last updated.
|
public ListGroupIdResponseBody.Data.Builder createTime(Long createTime)
The time when the group was created.
example:1564577317000
public ListGroupIdResponseBody.Data.Builder groupId(String groupId)
The queried group that belongs to the ApsaraMQ for MQTT instance.
example:GID_test1
public ListGroupIdResponseBody.Data.Builder independentNaming(Boolean independentNaming)
Indicates whether a separate namespace is configured for the ApsaraMQ for MQTT instance. Valid values:
true
public ListGroupIdResponseBody.Data.Builder instanceId(String instanceId)
The ID of the ApsaraMQ for MQTT instance to which the group belongs.
example:post-cn-45910tj****
public ListGroupIdResponseBody.Data.Builder tags(List<ListGroupIdResponseBody.Tags> tags)
public ListGroupIdResponseBody.Data.Builder updateTime(Long updateTime)
The time when the group was last updated.
example:1564577317000
public ListGroupIdResponseBody.Data build()
Copyright © 2025. All rights reserved.