public class AlipayMemberCouponQuerylistResponse extends AlipayResponse
Constructor and Description |
---|
AlipayMemberCouponQuerylistResponse() |
Modifier and Type | Method and Description |
---|---|
List<Coupon> |
getCouponList()
Gets coupon list.
|
String |
getErrorCode()
废弃方法,请使用getCode替换
|
String |
getErrorMsg()
Gets error msg.
|
String |
getListSize()
Gets list size.
|
String |
getSuccessCode()
Gets success code.
|
String |
getTotalNum()
Gets total num.
|
void |
setCouponList(List<Coupon> couponList)
Sets coupon list.
|
void |
setErrorCode(String errorCode)
废弃方法,请使用setCode替换
|
void |
setErrorMsg(String errorMsg)
Sets error msg.
|
void |
setListSize(String listSize)
Sets list size.
|
void |
setSuccessCode(String successCode)
Sets success code.
|
void |
setTotalNum(String totalNum)
Sets total num.
|
getBody, getCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setMsg, setParams, setSubCode, setSubMsg
public void setCouponList(List<Coupon> couponList)
couponList
- the coupon listpublic void setErrorCode(String errorCode)
AlipayResponse
setErrorCode
in class AlipayResponse
errorCode
- the error codepublic String getErrorCode()
AlipayResponse
getErrorCode
in class AlipayResponse
public void setErrorMsg(String errorMsg)
errorMsg
- the error msgpublic String getErrorMsg()
public void setListSize(String listSize)
listSize
- the list sizepublic String getListSize()
public void setSuccessCode(String successCode)
successCode
- the success codepublic String getSuccessCode()
public void setTotalNum(String totalNum)
totalNum
- the total numpublic String getTotalNum()
Copyright © 2018. All rights reserved.