public class AlipayOperatorMobileBindResponse extends AlipayResponse
Constructor and Description |
---|
AlipayOperatorMobileBindResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getAlipayUserId()
Gets alipay user id.
|
String |
getCertificate()
Gets certificate.
|
String |
getMobileNo()
Gets mobile no.
|
String |
getStatus()
Gets status.
|
String |
getUserName()
Gets user name.
|
void |
setAlipayUserId(String alipayUserId)
Sets alipay user id.
|
void |
setCertificate(String certificate)
Sets certificate.
|
void |
setMobileNo(String mobileNo)
Sets mobile no.
|
void |
setStatus(String status)
Sets status.
|
void |
setUserName(String userName)
Sets user name.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsg
public void setAlipayUserId(String alipayUserId)
alipayUserId
- the alipay user idpublic String getAlipayUserId()
public void setCertificate(String certificate)
certificate
- the certificatepublic String getCertificate()
public void setMobileNo(String mobileNo)
mobileNo
- the mobile nopublic String getMobileNo()
public void setStatus(String status)
status
- the statuspublic String getStatus()
public void setUserName(String userName)
userName
- the user namepublic String getUserName()
Copyright © 2018. All rights reserved.