public class AuthenticationInfo extends AlipayObject
Constructor and Description |
---|
AuthenticationInfo() |
Modifier and Type | Method and Description |
---|---|
AuthenticationScene |
getAuthenticationScene()
Gets authentication scene.
|
String |
getBizId()
Gets biz id.
|
String |
getExtendInfo()
Gets extend info.
|
PrincipalInfo |
getPrincipalInfo()
Gets principal info.
|
void |
setAuthenticationScene(AuthenticationScene authenticationScene)
Sets authentication scene.
|
void |
setBizId(String bizId)
Sets biz id.
|
void |
setExtendInfo(String extendInfo)
Sets extend info.
|
void |
setPrincipalInfo(PrincipalInfo principalInfo)
Sets principal info.
|
public AuthenticationScene getAuthenticationScene()
public void setAuthenticationScene(AuthenticationScene authenticationScene)
authenticationScene
- the authentication scenepublic String getBizId()
public void setBizId(String bizId)
bizId
- the biz idpublic String getExtendInfo()
public void setExtendInfo(String extendInfo)
extendInfo
- the extend infopublic PrincipalInfo getPrincipalInfo()
public void setPrincipalInfo(PrincipalInfo principalInfo)
principalInfo
- the principal infoCopyright © 2018. All rights reserved.