public class PreDialRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
callerUserId |
String |
receiverUserId |
String |
sn |
String |
type |
| 构造器和说明 |
|---|
PreDialRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static PreDialRequest |
build(Map<String,?> map) |
String |
getCallerUserId() |
String |
getReceiverUserId() |
String |
getSn() |
String |
getType() |
PreDialRequest |
setCallerUserId(String callerUserId) |
PreDialRequest |
setReceiverUserId(String receiverUserId) |
PreDialRequest |
setSn(String sn) |
PreDialRequest |
setType(String type) |
@NameInMap(value="callerUserId") public String callerUserId
@NameInMap(value="receiverUserId") public String receiverUserId
@NameInMap(value="sn") public String sn
@NameInMap(value="type") public String type
public static PreDialRequest build(Map<String,?> map) throws Exception
Exceptionpublic PreDialRequest setCallerUserId(String callerUserId)
public String getCallerUserId()
public PreDialRequest setReceiverUserId(String receiverUserId)
public String getReceiverUserId()
public PreDialRequest setSn(String sn)
public String getSn()
public PreDialRequest setType(String type)
public String getType()
Copyright © 2023. All rights reserved.