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