public class QueryDeclareResult extends AbstractModel
header, skipSign
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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, 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 © 2024. All rights reserved.