public class AlipayEbppConfigProductSearchResponse extends AlipayResponse
Constructor and Description |
---|
AlipayEbppConfigProductSearchResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getChargeInst()
Gets charge inst.
|
String |
getChargeoffInst()
Gets chargeoff inst.
|
String |
getErrorCode()
废弃方法,请使用getCode替换
|
String |
getErrorMessage()
Gets error message.
|
List<InputFieldModel> |
getInputFieldList()
Gets input field list.
|
String |
getIsSuccess()
Gets is success.
|
void |
setChargeInst(String chargeInst)
Sets charge inst.
|
void |
setChargeoffInst(String chargeoffInst)
Sets chargeoff inst.
|
void |
setErrorCode(String errorCode)
废弃方法,请使用setCode替换
|
void |
setErrorMessage(String errorMessage)
Sets error message.
|
void |
setInputFieldList(List<InputFieldModel> inputFieldList)
Sets input field list.
|
void |
setIsSuccess(String isSuccess)
Sets is success.
|
getBody, getCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setMsg, setParams, setSubCode, setSubMsg
public AlipayEbppConfigProductSearchResponse()
public void setChargeInst(String chargeInst)
chargeInst
- the charge instpublic String getChargeInst()
public void setChargeoffInst(String chargeoffInst)
chargeoffInst
- the chargeoff instpublic String getChargeoffInst()
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 setInputFieldList(List<InputFieldModel> inputFieldList)
inputFieldList
- the input field listpublic List<InputFieldModel> getInputFieldList()
public void setIsSuccess(String isSuccess)
isSuccess
- the is successpublic String getIsSuccess()
Copyright © 2018. All rights reserved.