public class AlipaySecurityRiskReconfirmVerificatecallbackSendModel extends AlipayObject
Constructor and Description |
---|
AlipaySecurityRiskReconfirmVerificatecallbackSendModel() |
Modifier and Type | Method and Description |
---|---|
String |
getAccount()
Gets account.
|
String |
getAppCode()
Gets app code.
|
String |
getExtendParam()
Gets extend param.
|
String |
getIdentifyId()
Gets identify id.
|
String |
getReauthType()
Gets reauth type.
|
Boolean |
getReconfirmResult()
Gets reconfirm result.
|
String |
getSceneCode()
Gets scene code.
|
String |
getUmId()
Gets um id.
|
String |
getUmIdToken()
Gets um id token.
|
String |
getUserId()
Gets user id.
|
void |
setAccount(String account)
Sets account.
|
void |
setAppCode(String appCode)
Sets app code.
|
void |
setExtendParam(String extendParam)
Sets extend param.
|
void |
setIdentifyId(String identifyId)
Sets identify id.
|
void |
setReauthType(String reauthType)
Sets reauth type.
|
void |
setReconfirmResult(Boolean reconfirmResult)
Sets reconfirm result.
|
void |
setSceneCode(String sceneCode)
Sets scene code.
|
void |
setUmId(String umId)
Sets um id.
|
void |
setUmIdToken(String umIdToken)
Sets um id token.
|
void |
setUserId(String userId)
Sets user id.
|
public AlipaySecurityRiskReconfirmVerificatecallbackSendModel()
public String getAccount()
public void setAccount(String account)
account
- the accountpublic String getAppCode()
public void setAppCode(String appCode)
appCode
- the app codepublic String getExtendParam()
public void setExtendParam(String extendParam)
extendParam
- the extend parampublic String getIdentifyId()
public void setIdentifyId(String identifyId)
identifyId
- the identify idpublic String getReauthType()
public void setReauthType(String reauthType)
reauthType
- the reauth typepublic Boolean getReconfirmResult()
public void setReconfirmResult(Boolean reconfirmResult)
reconfirmResult
- the reconfirm resultpublic String getSceneCode()
public void setSceneCode(String sceneCode)
sceneCode
- the scene codepublic String getUmId()
public void setUmId(String umId)
umId
- the um idpublic String getUmIdToken()
public void setUmIdToken(String umIdToken)
umIdToken
- the um id tokenpublic String getUserId()
public void setUserId(String userId)
userId
- the user idCopyright © 2018. All rights reserved.