public class CreateGroupConversationRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<String> |
appUserIds |
String |
groupAvatar
example:
http://***.png
|
String |
groupName
This parameter is required.
|
String |
groupOwnerId
This parameter is required.
|
Integer |
groupOwnerType
example:
3
|
String |
groupTemplateId
This parameter is required.
|
String |
operatorId
This parameter is required.
|
List<String> |
userIds |
| 构造器和说明 |
|---|
CreateGroupConversationRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateGroupConversationRequest |
build(Map<String,?> map) |
List<String> |
getAppUserIds() |
String |
getGroupAvatar() |
String |
getGroupName() |
String |
getGroupOwnerId() |
Integer |
getGroupOwnerType() |
String |
getGroupTemplateId() |
String |
getOperatorId() |
List<String> |
getUserIds() |
CreateGroupConversationRequest |
setAppUserIds(List<String> appUserIds) |
CreateGroupConversationRequest |
setGroupAvatar(String groupAvatar) |
CreateGroupConversationRequest |
setGroupName(String groupName) |
CreateGroupConversationRequest |
setGroupOwnerId(String groupOwnerId) |
CreateGroupConversationRequest |
setGroupOwnerType(Integer groupOwnerType) |
CreateGroupConversationRequest |
setGroupTemplateId(String groupTemplateId) |
CreateGroupConversationRequest |
setOperatorId(String operatorId) |
CreateGroupConversationRequest |
setUserIds(List<String> userIds) |
@NameInMap(value="groupAvatar") public String groupAvatar
http://***.png
@NameInMap(value="groupName") public String groupName
This parameter is required.
example:客户群
@NameInMap(value="groupOwnerId") public String groupOwnerId
This parameter is required.
example:1745****8777
@NameInMap(value="groupOwnerType") public Integer groupOwnerType
3
@NameInMap(value="groupTemplateId") public String groupTemplateId
This parameter is required.
example:8d42****nkld
@NameInMap(value="operatorId") public String operatorId
This parameter is required.
example:1745****8777
public static CreateGroupConversationRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreateGroupConversationRequest setAppUserIds(List<String> appUserIds)
public CreateGroupConversationRequest setGroupAvatar(String groupAvatar)
public String getGroupAvatar()
public CreateGroupConversationRequest setGroupName(String groupName)
public String getGroupName()
public CreateGroupConversationRequest setGroupOwnerId(String groupOwnerId)
public String getGroupOwnerId()
public CreateGroupConversationRequest setGroupOwnerType(Integer groupOwnerType)
public Integer getGroupOwnerType()
public CreateGroupConversationRequest setGroupTemplateId(String groupTemplateId)
public String getGroupTemplateId()
public CreateGroupConversationRequest setOperatorId(String operatorId)
public String getOperatorId()
public CreateGroupConversationRequest setUserIds(List<String> userIds)
Copyright © 2025. All rights reserved.