public class GetQualificationCertResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
data
example:
[{"EntName":"企业名称", "CertType":"证书类型", "CertNum":"证书认证编号", "ValidStartDate":"有效期开始日期", "ValidEndDate":"有效期截止日期", "AuthorizeDate":"授权日期", "AuthorizeDepartment":"授权部门", "PubDate":"公示日期", "Province":"省份", "CertScope":"认证范围"} ]
|
Long |
total |
| 构造器和说明 |
|---|
GetQualificationCertResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetQualificationCertResponseBody |
build(Map<String,?> map) |
String |
getData() |
Long |
getTotal() |
GetQualificationCertResponseBody |
setData(String data) |
GetQualificationCertResponseBody |
setTotal(Long total) |
@NameInMap(value="data") public String data
[{"EntName":"企业名称", "CertType":"证书类型", "CertNum":"证书认证编号", "ValidStartDate":"有效期开始日期", "ValidEndDate":"有效期截止日期", "AuthorizeDate":"授权日期", "AuthorizeDepartment":"授权部门", "PubDate":"公示日期", "Province":"省份", "CertScope":"认证范围"} ]
@NameInMap(value="total") public Long total
public static GetQualificationCertResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic GetQualificationCertResponseBody setData(String data)
public String getData()
public GetQualificationCertResponseBody setTotal(Long total)
public Long getTotal()
Copyright © 2025. All rights reserved.