public class GetConversationUrlRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
appUserId |
String |
channelCode |
String |
openConversationId |
String |
sourceCode |
String |
userId |
| 构造器和说明 |
|---|
GetConversationUrlRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetConversationUrlRequest |
build(Map<String,?> map) |
String |
getAppUserId() |
String |
getChannelCode() |
String |
getOpenConversationId() |
String |
getSourceCode() |
String |
getUserId() |
GetConversationUrlRequest |
setAppUserId(String appUserId) |
GetConversationUrlRequest |
setChannelCode(String channelCode) |
GetConversationUrlRequest |
setOpenConversationId(String openConversationId) |
GetConversationUrlRequest |
setSourceCode(String sourceCode) |
GetConversationUrlRequest |
setUserId(String userId) |
@NameInMap(value="appUserId") public String appUserId
@NameInMap(value="channelCode") public String channelCode
@NameInMap(value="openConversationId") public String openConversationId
@NameInMap(value="sourceCode") public String sourceCode
@NameInMap(value="userId") public String userId
public static GetConversationUrlRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetConversationUrlRequest setAppUserId(String appUserId)
public String getAppUserId()
public GetConversationUrlRequest setChannelCode(String channelCode)
public String getChannelCode()
public GetConversationUrlRequest setOpenConversationId(String openConversationId)
public String getOpenConversationId()
public GetConversationUrlRequest setSourceCode(String sourceCode)
public String getSourceCode()
public GetConversationUrlRequest setUserId(String userId)
public String getUserId()
Copyright © 2022. All rights reserved.