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="BusinessKey") public String businessKey
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="PartnerId") public Long partnerId
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static CreateSipAccountRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreateSipAccountRequest setBusinessKey(String businessKey)
public String getBusinessKey()
public CreateSipAccountRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public CreateSipAccountRequest setPartnerId(Long partnerId)
public Long getPartnerId()
public CreateSipAccountRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public CreateSipAccountRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2021. All rights reserved.