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