public class AlipayTradeCustomsQueryResponse extends AlipayResponse
| Constructor and Description |
|---|
AlipayTradeCustomsQueryResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNotFound()
Gets not found.
|
List<CustomsDeclareRecordInfo> |
getRecords()
Gets records.
|
void |
setNotFound(String notFound)
Sets not found.
|
void |
setRecords(List<CustomsDeclareRecordInfo> records)
Sets records.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic void setNotFound(String notFound)
notFound - the not foundpublic String getNotFound()
public void setRecords(List<CustomsDeclareRecordInfo> records)
records - the recordspublic List<CustomsDeclareRecordInfo> getRecords()
Copyright © 2018. All rights reserved.