public class AlipayEbppRechargeItemUpdateResponse extends AlipayResponse
Constructor and Description |
---|
AlipayEbppRechargeItemUpdateResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getErrorCode()
废弃方法,请使用getCode替换
|
String |
getErrorMessage()
Gets error message.
|
List<ItermInfo> |
getItermInfos()
Gets iterm infos.
|
Boolean |
getSuccess()
Gets success.
|
void |
setErrorCode(String errorCode)
废弃方法,请使用setCode替换
|
void |
setErrorMessage(String errorMessage)
Sets error message.
|
void |
setItermInfos(List<ItermInfo> itermInfos)
Sets iterm infos.
|
void |
setSuccess(Boolean success)
Sets success.
|
getBody, getCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setMsg, setParams, setSubCode, setSubMsg
public AlipayEbppRechargeItemUpdateResponse()
public void setErrorCode(String errorCode)
AlipayResponse
setErrorCode
in class AlipayResponse
errorCode
- the error codepublic String getErrorCode()
AlipayResponse
getErrorCode
in class AlipayResponse
public void setErrorMessage(String errorMessage)
errorMessage
- the error messagepublic String getErrorMessage()
public void setItermInfos(List<ItermInfo> itermInfos)
itermInfos
- the iterm infospublic void setSuccess(Boolean success)
success
- the successpublic Boolean getSuccess()
Copyright © 2018. All rights reserved.