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