public class RobotCallRequest
extends com.aliyun.tea.TeaModel
构造器和说明 |
---|
RobotCallRequest() |
限定符和类型 | 方法和说明 |
---|---|
static RobotCallRequest |
build(Map<String,?> map) |
String |
getCalledNumber() |
String |
getCalledShowNumber() |
Boolean |
getEarlyMediaAsr() |
String |
getOutId() |
Long |
getOwnerId() |
String |
getParams() |
Boolean |
getRecordFlag() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
Long |
getRobotId() |
RobotCallRequest |
setCalledNumber(String calledNumber) |
RobotCallRequest |
setCalledShowNumber(String calledShowNumber) |
RobotCallRequest |
setEarlyMediaAsr(Boolean earlyMediaAsr) |
RobotCallRequest |
setOutId(String outId) |
RobotCallRequest |
setOwnerId(Long ownerId) |
RobotCallRequest |
setParams(String params) |
RobotCallRequest |
setRecordFlag(Boolean recordFlag) |
RobotCallRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
RobotCallRequest |
setResourceOwnerId(Long resourceOwnerId) |
RobotCallRequest |
setRobotId(Long robotId) |
@NameInMap(value="CalledNumber") public String calledNumber
@NameInMap(value="CalledShowNumber") public String calledShowNumber
@NameInMap(value="EarlyMediaAsr") public Boolean earlyMediaAsr
@NameInMap(value="OutId") public String outId
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="Params") public String params
@NameInMap(value="RecordFlag") public Boolean recordFlag
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="RobotId") public Long robotId
public static RobotCallRequest build(Map<String,?> map) throws Exception
Exception
public RobotCallRequest setCalledNumber(String calledNumber)
public String getCalledNumber()
public RobotCallRequest setCalledShowNumber(String calledShowNumber)
public String getCalledShowNumber()
public RobotCallRequest setEarlyMediaAsr(Boolean earlyMediaAsr)
public Boolean getEarlyMediaAsr()
public RobotCallRequest setOutId(String outId)
public String getOutId()
public RobotCallRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public RobotCallRequest setParams(String params)
public String getParams()
public RobotCallRequest setRecordFlag(Boolean recordFlag)
public Boolean getRecordFlag()
public RobotCallRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public RobotCallRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public RobotCallRequest setRobotId(Long robotId)
public Long getRobotId()
Copyright © 2023. All rights reserved.