public class AlipayUserInviteAwardReceiveResponse extends AlipayResponse
| Constructor and Description |
|---|
AlipayUserInviteAwardReceiveResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlipayAccountNo()
Gets alipay account no.
|
String |
getBizResultCode()
Gets biz result code.
|
String |
getBizResultDesc()
Gets biz result desc.
|
String |
getExtInfo()
Gets ext info.
|
String |
getMobile()
Gets mobile.
|
String |
getUserAttr()
Gets user attr.
|
void |
setAlipayAccountNo(String alipayAccountNo)
Sets alipay account no.
|
void |
setBizResultCode(String bizResultCode)
Sets biz result code.
|
void |
setBizResultDesc(String bizResultDesc)
Sets biz result desc.
|
void |
setExtInfo(String extInfo)
Sets ext info.
|
void |
setMobile(String mobile)
Sets mobile.
|
void |
setUserAttr(String userAttr)
Sets user attr.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic AlipayUserInviteAwardReceiveResponse()
public void setAlipayAccountNo(String alipayAccountNo)
alipayAccountNo - the alipay account nopublic String getAlipayAccountNo()
public void setBizResultCode(String bizResultCode)
bizResultCode - the biz result codepublic String getBizResultCode()
public void setBizResultDesc(String bizResultDesc)
bizResultDesc - the biz result descpublic String getBizResultDesc()
public void setExtInfo(String extInfo)
extInfo - the ext infopublic String getExtInfo()
public void setMobile(String mobile)
mobile - the mobilepublic String getMobile()
public void setUserAttr(String userAttr)
userAttr - the user attrpublic String getUserAttr()
Copyright © 2018. All rights reserved.