public class SendCcoSmartCallOperateRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
callId |
String |
command |
Long |
ownerId |
String |
param |
String |
prodCode |
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
SendCcoSmartCallOperateRequest() |
限定符和类型 | 方法和说明 |
---|---|
static SendCcoSmartCallOperateRequest |
build(Map<String,?> map) |
String |
getCallId() |
String |
getCommand() |
Long |
getOwnerId() |
String |
getParam() |
String |
getProdCode() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
SendCcoSmartCallOperateRequest |
setCallId(String callId) |
SendCcoSmartCallOperateRequest |
setCommand(String command) |
SendCcoSmartCallOperateRequest |
setOwnerId(Long ownerId) |
SendCcoSmartCallOperateRequest |
setParam(String param) |
SendCcoSmartCallOperateRequest |
setProdCode(String prodCode) |
SendCcoSmartCallOperateRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
SendCcoSmartCallOperateRequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="CallId") public String callId
@NameInMap(value="Command") public String command
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="Param") public String param
@NameInMap(value="ProdCode") public String prodCode
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static SendCcoSmartCallOperateRequest build(Map<String,?> map) throws Exception
Exception
public SendCcoSmartCallOperateRequest setCallId(String callId)
public String getCallId()
public SendCcoSmartCallOperateRequest setCommand(String command)
public String getCommand()
public SendCcoSmartCallOperateRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public SendCcoSmartCallOperateRequest setParam(String param)
public String getParam()
public SendCcoSmartCallOperateRequest setProdCode(String prodCode)
public String getProdCode()
public SendCcoSmartCallOperateRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public SendCcoSmartCallOperateRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2023. All rights reserved.