public static class ListBenefitLicenseResponseBody.ListBenefitLicenseResponseBodyResult
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
domain
This parameter is required.
|
List<ListBenefitLicenseResponseBody.ListBenefitLicenseResponseBodyResultLicenses> |
licenses
This parameter is required.
|
| 构造器和说明 |
|---|
ListBenefitLicenseResponseBodyResult() |
@NameInMap(value="domain") public String domain
This parameter is required.
example:B_ACCOUNT_NUMBER
@NameInMap(value="licenses") public List<ListBenefitLicenseResponseBody.ListBenefitLicenseResponseBodyResultLicenses> licenses
This parameter is required.
public static ListBenefitLicenseResponseBody.ListBenefitLicenseResponseBodyResult build(Map<String,?> map) throws Exception
Exceptionpublic ListBenefitLicenseResponseBody.ListBenefitLicenseResponseBodyResult setDomain(String domain)
public String getDomain()
public ListBenefitLicenseResponseBody.ListBenefitLicenseResponseBodyResult setLicenses(List<ListBenefitLicenseResponseBody.ListBenefitLicenseResponseBodyResultLicenses> licenses)
public List<ListBenefitLicenseResponseBody.ListBenefitLicenseResponseBodyResultLicenses> getLicenses()
Copyright © 2025. All rights reserved.