public class ConvertChargeTypeRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
instanceId |
Long |
ownerId |
Integer |
period |
String |
productCode |
String |
productType |
String |
subscriptionType |
| 构造器和说明 |
|---|
ConvertChargeTypeRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ConvertChargeTypeRequest |
build(Map<String,?> map) |
String |
getInstanceId() |
Long |
getOwnerId() |
Integer |
getPeriod() |
String |
getProductCode() |
String |
getProductType() |
String |
getSubscriptionType() |
ConvertChargeTypeRequest |
setInstanceId(String instanceId) |
ConvertChargeTypeRequest |
setOwnerId(Long ownerId) |
ConvertChargeTypeRequest |
setPeriod(Integer period) |
ConvertChargeTypeRequest |
setProductCode(String productCode) |
ConvertChargeTypeRequest |
setProductType(String productType) |
ConvertChargeTypeRequest |
setSubscriptionType(String subscriptionType) |
@NameInMap(value="InstanceId") public String instanceId
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="Period") public Integer period
@NameInMap(value="ProductCode") public String productCode
@NameInMap(value="ProductType") public String productType
@NameInMap(value="SubscriptionType") public String subscriptionType
public static ConvertChargeTypeRequest build(Map<String,?> map) throws Exception
Exceptionpublic ConvertChargeTypeRequest setInstanceId(String instanceId)
public String getInstanceId()
public ConvertChargeTypeRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public ConvertChargeTypeRequest setPeriod(Integer period)
public Integer getPeriod()
public ConvertChargeTypeRequest setProductCode(String productCode)
public String getProductCode()
public ConvertChargeTypeRequest setProductType(String productType)
public String getProductType()
public ConvertChargeTypeRequest setSubscriptionType(String subscriptionType)
public String getSubscriptionType()
Copyright © 2022. All rights reserved.