public class CloseSipAccountRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
ownerId |
Long |
partnerId |
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
sipAccountID |
| 构造器和说明 |
|---|
CloseSipAccountRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CloseSipAccountRequest |
build(Map<String,?> map) |
Long |
getOwnerId() |
Long |
getPartnerId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getSipAccountID() |
CloseSipAccountRequest |
setOwnerId(Long ownerId) |
CloseSipAccountRequest |
setPartnerId(Long partnerId) |
CloseSipAccountRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
CloseSipAccountRequest |
setResourceOwnerId(Long resourceOwnerId) |
CloseSipAccountRequest |
setSipAccountID(String sipAccountID) |
@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="SipAccountID") public String sipAccountID
public static CloseSipAccountRequest build(Map<String,?> map) throws Exception
Exceptionpublic CloseSipAccountRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public CloseSipAccountRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public CloseSipAccountRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public CloseSipAccountRequest setPartnerId(Long partnerId)
public Long getPartnerId()
public CloseSipAccountRequest setSipAccountID(String sipAccountID)
public String getSipAccountID()
Copyright © 2021. All rights reserved.