public class GetAdministrativeLicensingResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
data
example:
[ { "LicenseNo": "梯4403331978", "StartDate": "2022-05-10", "Department": "深圳市市场监督管理局", "Content": "注册代码:7;设备种类:电梯", "LicenseName": "特种设备使用登记", "EndDate": "2099-12-31" }, { "LicenseNo": "东水务审﹝2021﹞8267号", "StartDate": "2021-06-11", "Department": "东莞市水务局", "Content": "水土保持方案审批准予行政许可决定", "LicenseName": "", "EndDate": "2026-12-31" } ]
|
Long |
total |
| 构造器和说明 |
|---|
GetAdministrativeLicensingResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetAdministrativeLicensingResponseBody |
build(Map<String,?> map) |
String |
getData() |
Long |
getTotal() |
GetAdministrativeLicensingResponseBody |
setData(String data) |
GetAdministrativeLicensingResponseBody |
setTotal(Long total) |
@NameInMap(value="data") public String data
[ { "LicenseNo": "梯4403331978", "StartDate": "2022-05-10", "Department": "深圳市市场监督管理局", "Content": "注册代码:7;设备种类:电梯", "LicenseName": "特种设备使用登记", "EndDate": "2099-12-31" }, { "LicenseNo": "东水务审﹝2021﹞8267号", "StartDate": "2021-06-11", "Department": "东莞市水务局", "Content": "水土保持方案审批准予行政许可决定", "LicenseName": "", "EndDate": "2026-12-31" } ]
@NameInMap(value="total") public Long total
public static GetAdministrativeLicensingResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic GetAdministrativeLicensingResponseBody setData(String data)
public String getData()
public GetAdministrativeLicensingResponseBody setTotal(Long total)
public Long getTotal()
Copyright © 2025. All rights reserved.