public class GetRtcTokenRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
deviceId |
Boolean |
isCustomAccount |
Long |
ownerId |
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
userId |
| 构造器和说明 |
|---|
GetRtcTokenRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetRtcTokenRequest |
build(Map<String,?> map) |
String |
getDeviceId() |
Boolean |
getIsCustomAccount() |
Long |
getOwnerId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getUserId() |
GetRtcTokenRequest |
setDeviceId(String deviceId) |
GetRtcTokenRequest |
setIsCustomAccount(Boolean isCustomAccount) |
GetRtcTokenRequest |
setOwnerId(Long ownerId) |
GetRtcTokenRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
GetRtcTokenRequest |
setResourceOwnerId(Long resourceOwnerId) |
GetRtcTokenRequest |
setUserId(String userId) |
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="UserId") public String userId
@NameInMap(value="DeviceId") public String deviceId
@NameInMap(value="IsCustomAccount") public Boolean isCustomAccount
public static GetRtcTokenRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetRtcTokenRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public GetRtcTokenRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public GetRtcTokenRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public GetRtcTokenRequest setUserId(String userId)
public String getUserId()
public GetRtcTokenRequest setDeviceId(String deviceId)
public String getDeviceId()
public GetRtcTokenRequest setIsCustomAccount(Boolean isCustomAccount)
public Boolean getIsCustomAccount()
Copyright © 2021. All rights reserved.