public class QueryDeclareResult extends AbstractModel
Constructor and Description |
---|
QueryDeclareResult() |
QueryDeclareResult(QueryDeclareResult source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getCode()
Get 错误码
|
QueryDeclareData |
getData()
Get 成功申报材料查询数据
|
void |
setCode(String Code)
Set 错误码
|
void |
setData(QueryDeclareData Data)
Set 成功申报材料查询数据
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public QueryDeclareResult()
public QueryDeclareResult(QueryDeclareResult source)
public QueryDeclareData getData()
public void setData(QueryDeclareData Data)
Data
- 成功申报材料查询数据public String getCode()
public void setCode(String Code)
Code
- 错误码Copyright © 2021. All rights reserved.