public class AlipayUserAntpaasTokenCreateModel extends AlipayObject
Constructor and Description |
---|
AlipayUserAntpaasTokenCreateModel() |
Modifier and Type | Method and Description |
---|---|
String |
getBindMobile()
Gets bind mobile.
|
String |
getCountry()
Gets country.
|
String |
getLoginPassword()
Gets login password.
|
String |
getLogonId()
Gets logon id.
|
Boolean |
getNeedSupply()
Gets need supply.
|
String |
getSecurityPassword()
Gets security password.
|
String |
getSource()
Gets source.
|
String |
getUserType()
Gets user type.
|
void |
setBindMobile(String bindMobile)
Sets bind mobile.
|
void |
setCountry(String country)
Sets country.
|
void |
setLoginPassword(String loginPassword)
Sets login password.
|
void |
setLogonId(String logonId)
Sets logon id.
|
void |
setNeedSupply(Boolean needSupply)
Sets need supply.
|
void |
setSecurityPassword(String securityPassword)
Sets security password.
|
void |
setSource(String source)
Sets source.
|
void |
setUserType(String userType)
Sets user type.
|
public String getBindMobile()
public void setBindMobile(String bindMobile)
bindMobile
- the bind mobilepublic String getCountry()
public void setCountry(String country)
country
- the countrypublic String getLoginPassword()
public void setLoginPassword(String loginPassword)
loginPassword
- the login passwordpublic String getLogonId()
public void setLogonId(String logonId)
logonId
- the logon idpublic Boolean getNeedSupply()
public void setNeedSupply(Boolean needSupply)
needSupply
- the need supplypublic String getSecurityPassword()
public void setSecurityPassword(String securityPassword)
securityPassword
- the security passwordpublic String getSource()
public void setSource(String source)
source
- the sourcepublic String getUserType()
public void setUserType(String userType)
userType
- the user typeCopyright © 2018. All rights reserved.