public class AlipayEcoTrafficCodeVerifyResponse extends AlipayResponse
| 构造器和说明 |
|---|
AlipayEcoTrafficCodeVerifyResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDecodeSuccess() |
String |
getErrorCode()
废弃方法,请使用getCode替换
|
String |
getErrorMsg() |
String |
getParseMode() |
String |
getResultDesc() |
Boolean |
getSuccess() |
String |
getVerifySuccess() |
void |
setDecodeSuccess(String decodeSuccess) |
void |
setErrorCode(String errorCode)
废弃方法,请使用setCode替换
|
void |
setErrorMsg(String errorMsg) |
void |
setParseMode(String parseMode) |
void |
setResultDesc(String resultDesc) |
void |
setSuccess(Boolean success) |
void |
setVerifySuccess(String verifySuccess) |
getBody, getCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setMsg, setParams, setSubCode, setSubMsgpublic void setDecodeSuccess(String decodeSuccess)
public String getDecodeSuccess()
public void setErrorCode(String errorCode)
AlipayResponsesetErrorCode 在类中 AlipayResponsepublic String getErrorCode()
AlipayResponsegetErrorCode 在类中 AlipayResponsepublic void setErrorMsg(String errorMsg)
public String getErrorMsg()
public void setParseMode(String parseMode)
public String getParseMode()
public void setResultDesc(String resultDesc)
public String getResultDesc()
public void setSuccess(Boolean success)
public Boolean getSuccess()
public void setVerifySuccess(String verifySuccess)
public String getVerifySuccess()
Copyright © 2020. All rights reserved.