public class AlipaySecurityRiskAuthenticationQueryModel extends AlipayObject
| Constructor and Description |
|---|
AlipaySecurityRiskAuthenticationQueryModel() |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationScene |
getAuthenticationScene()
Gets authentication scene.
|
String |
getBizId()
Gets biz id.
|
String |
getBizInfo()
Gets biz info.
|
String |
getTokenId()
Gets token id.
|
void |
setAuthenticationScene(AuthenticationScene authenticationScene)
Sets authentication scene.
|
void |
setBizId(String bizId)
Sets biz id.
|
void |
setBizInfo(String bizInfo)
Sets biz info.
|
void |
setTokenId(String tokenId)
Sets token id.
|
public AlipaySecurityRiskAuthenticationQueryModel()
public AuthenticationScene getAuthenticationScene()
public void setAuthenticationScene(AuthenticationScene authenticationScene)
authenticationScene - the authentication scenepublic String getBizId()
public void setBizId(String bizId)
bizId - the biz idpublic String getBizInfo()
public void setBizInfo(String bizInfo)
bizInfo - the biz infopublic String getTokenId()
public void setTokenId(String tokenId)
tokenId - the token idCopyright © 2018. All rights reserved.