public class AlipaySecurityRiskVerifyidentityConfirmModel extends AlipayObject
Constructor and Description |
---|
AlipaySecurityRiskVerifyidentityConfirmModel() |
Modifier and Type | Method and Description |
---|---|
String |
getBizId()
Gets biz id.
|
String |
getBizParams()
Gets biz params.
|
String |
getSceneCode()
Gets scene code.
|
String |
getVerifyToken()
Gets verify token.
|
void |
setBizId(String bizId)
Sets biz id.
|
void |
setBizParams(String bizParams)
Sets biz params.
|
void |
setSceneCode(String sceneCode)
Sets scene code.
|
void |
setVerifyToken(String verifyToken)
Sets verify token.
|
public AlipaySecurityRiskVerifyidentityConfirmModel()
public String getBizId()
public void setBizId(String bizId)
bizId
- the biz idpublic String getBizParams()
public void setBizParams(String bizParams)
bizParams
- the biz paramspublic String getSceneCode()
public void setSceneCode(String sceneCode)
sceneCode
- the scene codepublic String getVerifyToken()
public void setVerifyToken(String verifyToken)
verifyToken
- the verify tokenCopyright © 2018. All rights reserved.