public class GetIntellectualPropertyResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
data
example:
[ { "Status": "有效", "Type": "专利", "Pledgor": "齐风莲", "Number": "91611024MA70X17M7E", "Period": "2015年06月11日至2015年06月11日", "PublicDate": "2015-06-18 00:00:00", "Pawnee": "齐风莲", "entName": "东兰县鸿发摩托车安全技术检验有限公司" } ]
|
Long |
total |
| 构造器和说明 |
|---|
GetIntellectualPropertyResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetIntellectualPropertyResponseBody |
build(Map<String,?> map) |
String |
getData() |
Long |
getTotal() |
GetIntellectualPropertyResponseBody |
setData(String data) |
GetIntellectualPropertyResponseBody |
setTotal(Long total) |
@NameInMap(value="data") public String data
[ { "Status": "有效", "Type": "专利", "Pledgor": "齐风莲", "Number": "91611024MA70X17M7E", "Period": "2015年06月11日至2015年06月11日", "PublicDate": "2015-06-18 00:00:00", "Pawnee": "齐风莲", "entName": "东兰县鸿发摩托车安全技术检验有限公司" } ]
@NameInMap(value="total") public Long total
public static GetIntellectualPropertyResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic GetIntellectualPropertyResponseBody setData(String data)
public String getData()
public GetIntellectualPropertyResponseBody setTotal(Long total)
public Long getTotal()
Copyright © 2025. All rights reserved.