public class AlipayMobilePublicQrcodeCreateResponse extends AlipayResponse
| 构造器和说明 |
|---|
AlipayMobilePublicQrcodeCreateResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCode() |
String |
getCodeImg() |
Long |
getExpireSecond() |
String |
getMsg() |
void |
setCode(String code) |
void |
setCodeImg(String codeImg) |
void |
setExpireSecond(Long expireSecond) |
void |
setMsg(String msg) |
getBody, getErrorCode, getParams, getSubCode, getSubMsg, isSuccess, setBody, setErrorCode, setParams, setSubCode, setSubMsgpublic void setCode(String code)
setCode 在类中 AlipayResponsepublic String getCode()
getCode 在类中 AlipayResponsepublic void setCodeImg(String codeImg)
public String getCodeImg()
public void setExpireSecond(Long expireSecond)
public Long getExpireSecond()
public void setMsg(String msg)
setMsg 在类中 AlipayResponsepublic String getMsg()
getMsg 在类中 AlipayResponseCopyright © 2018 guerlab. All rights reserved.