public class AlipayMobileCodeQueryResponse extends AlipayResponse
| Constructor and Description |
|---|
AlipayMobileCodeQueryResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBizLinkedId()
Gets biz linked id.
|
String |
getBizType()
Gets biz type.
|
String |
getCodeStatus()
Gets code status.
|
String |
getContextStr()
Gets context str.
|
String |
getDynamicImgUrl()
Gets dynamic img url.
|
String |
getExpireDate()
Gets expire date.
|
String |
getIsDirect()
Gets is direct.
|
String |
getMemo()
Gets memo.
|
String |
getQrCode()
Gets qr code.
|
String |
getQrToken()
Gets qr token.
|
String |
getSourceId()
Gets source id.
|
String |
getStartDate()
Gets start date.
|
String |
getUserId()
Gets user id.
|
void |
setBizLinkedId(String bizLinkedId)
Sets biz linked id.
|
void |
setBizType(String bizType)
Sets biz type.
|
void |
setCodeStatus(String codeStatus)
Sets code status.
|
void |
setContextStr(String contextStr)
Sets context str.
|
void |
setDynamicImgUrl(String dynamicImgUrl)
Sets dynamic img url.
|
void |
setExpireDate(String expireDate)
Sets expire date.
|
void |
setIsDirect(String isDirect)
Sets is direct.
|
void |
setMemo(String memo)
Sets memo.
|
void |
setQrCode(String qrCode)
Sets qr code.
|
void |
setQrToken(String qrToken)
Sets qr token.
|
void |
setSourceId(String sourceId)
Sets source id.
|
void |
setStartDate(String startDate)
Sets start date.
|
void |
setUserId(String userId)
Sets user id.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic void setBizLinkedId(String bizLinkedId)
bizLinkedId - the biz linked idpublic String getBizLinkedId()
public void setBizType(String bizType)
bizType - the biz typepublic String getBizType()
public void setCodeStatus(String codeStatus)
codeStatus - the code statuspublic String getCodeStatus()
public void setContextStr(String contextStr)
contextStr - the context strpublic String getContextStr()
public void setDynamicImgUrl(String dynamicImgUrl)
dynamicImgUrl - the dynamic img urlpublic String getDynamicImgUrl()
public void setExpireDate(String expireDate)
expireDate - the expire datepublic String getExpireDate()
public void setIsDirect(String isDirect)
isDirect - the is directpublic String getIsDirect()
public void setMemo(String memo)
memo - the memopublic String getMemo()
public void setQrCode(String qrCode)
qrCode - the qr codepublic String getQrCode()
public void setQrToken(String qrToken)
qrToken - the qr tokenpublic String getQrToken()
public void setSourceId(String sourceId)
sourceId - the source idpublic String getSourceId()
public void setStartDate(String startDate)
startDate - the start datepublic String getStartDate()
public void setUserId(String userId)
userId - the user idpublic String getUserId()
Copyright © 2018. All rights reserved.