public class CancelCallRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
callId |
Long |
ownerId |
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
| 构造器和说明 |
|---|
CancelCallRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CancelCallRequest |
build(Map<String,?> map) |
String |
getCallId() |
Long |
getOwnerId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
CancelCallRequest |
setCallId(String callId) |
CancelCallRequest |
setOwnerId(Long ownerId) |
CancelCallRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
CancelCallRequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="CallId") public String callId
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static CancelCallRequest build(Map<String,?> map) throws Exception
Exceptionpublic CancelCallRequest setCallId(String callId)
public String getCallId()
public CancelCallRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public CancelCallRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public CancelCallRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2021. All rights reserved.