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