public class AlipayUserInviteAwardReceiveModel extends AlipayObject
| Constructor and Description |
|---|
AlipayUserInviteAwardReceiveModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMobile()
Gets mobile.
|
String |
getOutBizCode()
Gets out biz code.
|
String |
getOutBizNo()
Gets out biz no.
|
String |
getUserId()
Gets user id.
|
void |
setMobile(String mobile)
Sets mobile.
|
void |
setOutBizCode(String outBizCode)
Sets out biz code.
|
void |
setOutBizNo(String outBizNo)
Sets out biz no.
|
void |
setUserId(String userId)
Sets user id.
|
public String getMobile()
public void setMobile(String mobile)
mobile - the mobilepublic String getOutBizCode()
public void setOutBizCode(String outBizCode)
outBizCode - the out biz codepublic String getOutBizNo()
public void setOutBizNo(String outBizNo)
outBizNo - the out biz nopublic String getUserId()
public void setUserId(String userId)
userId - the user idCopyright © 2018. All rights reserved.