public class EnableBillGenerationRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
ownerId |
String |
productCode |
| 构造器和说明 |
|---|
EnableBillGenerationRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static EnableBillGenerationRequest |
build(Map<String,?> map) |
Long |
getOwnerId() |
String |
getProductCode() |
EnableBillGenerationRequest |
setOwnerId(Long ownerId) |
EnableBillGenerationRequest |
setProductCode(String productCode) |
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="ProductCode") public String productCode
public static EnableBillGenerationRequest build(Map<String,?> map) throws Exception
Exceptionpublic EnableBillGenerationRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public EnableBillGenerationRequest setProductCode(String productCode)
public String getProductCode()
Copyright © 2022. All rights reserved.