public class AlipaySecurityRiskAuthenticationCancelModel extends AlipayObject
Constructor and Description |
---|
AlipaySecurityRiskAuthenticationCancelModel() |
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 AlipaySecurityRiskAuthenticationCancelModel()
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.