public class AlipayMarketingCampaignDrawcampConsultResponse extends AlipayResponse
| 构造器和说明 |
|---|
AlipayMarketingCampaignDrawcampConsultResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCampId() |
String |
getErrorCode()
废弃方法,请使用getCode替换
|
String |
getErrorMsg() |
List<KnPrizeInfo> |
getValidPrizeInfos() |
void |
setCampId(String campId) |
void |
setErrorCode(String errorCode)
废弃方法,请使用setCode替换
|
void |
setErrorMsg(String errorMsg) |
void |
setValidPrizeInfos(List<KnPrizeInfo> validPrizeInfos) |
getBody, getCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setMsg, setParams, setSubCode, setSubMsgpublic AlipayMarketingCampaignDrawcampConsultResponse()
public void setCampId(String campId)
public String getCampId()
public void setErrorCode(String errorCode)
AlipayResponsesetErrorCode 在类中 AlipayResponsepublic String getErrorCode()
AlipayResponsegetErrorCode 在类中 AlipayResponsepublic void setErrorMsg(String errorMsg)
public String getErrorMsg()
public void setValidPrizeInfos(List<KnPrizeInfo> validPrizeInfos)
public List<KnPrizeInfo> getValidPrizeInfos()
Copyright © 2020. All rights reserved.