public class InstallCoolAppOrderToGroupRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
conversationId
example:
cidxxx
|
List<Long> |
sortedPluginIdList |
String |
templateId
example:
template-id-xxx
|
List<Long> |
unsortedPluginIdList |
| 构造器和说明 |
|---|
InstallCoolAppOrderToGroupRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static InstallCoolAppOrderToGroupRequest |
build(Map<String,?> map) |
String |
getConversationId() |
List<Long> |
getSortedPluginIdList() |
String |
getTemplateId() |
List<Long> |
getUnsortedPluginIdList() |
InstallCoolAppOrderToGroupRequest |
setConversationId(String conversationId) |
InstallCoolAppOrderToGroupRequest |
setSortedPluginIdList(List<Long> sortedPluginIdList) |
InstallCoolAppOrderToGroupRequest |
setTemplateId(String templateId) |
InstallCoolAppOrderToGroupRequest |
setUnsortedPluginIdList(List<Long> unsortedPluginIdList) |
@NameInMap(value="conversationId") public String conversationId
cidxxx
@NameInMap(value="templateId") public String templateId
template-id-xxx
public static InstallCoolAppOrderToGroupRequest build(Map<String,?> map) throws Exception
Exceptionpublic InstallCoolAppOrderToGroupRequest setConversationId(String conversationId)
public String getConversationId()
public InstallCoolAppOrderToGroupRequest setSortedPluginIdList(List<Long> sortedPluginIdList)
public InstallCoolAppOrderToGroupRequest setTemplateId(String templateId)
public String getTemplateId()
public InstallCoolAppOrderToGroupRequest setUnsortedPluginIdList(List<Long> unsortedPluginIdList)
Copyright © 2025. All rights reserved.