public class AuthenticationScene extends AlipayObject
| Constructor and Description |
|---|
AuthenticationScene() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessChannel()
Gets access channel.
|
String |
getBizName()
Gets biz name.
|
String |
getBizProdNode()
Gets biz prod node.
|
String |
getBizProduct()
Gets biz product.
|
String |
getSceneParams()
Gets scene params.
|
void |
setAccessChannel(String accessChannel)
Sets access channel.
|
void |
setBizName(String bizName)
Sets biz name.
|
void |
setBizProdNode(String bizProdNode)
Sets biz prod node.
|
void |
setBizProduct(String bizProduct)
Sets biz product.
|
void |
setSceneParams(String sceneParams)
Sets scene params.
|
public String getAccessChannel()
public void setAccessChannel(String accessChannel)
accessChannel - the access channelpublic String getBizName()
public void setBizName(String bizName)
bizName - the biz namepublic String getBizProdNode()
public void setBizProdNode(String bizProdNode)
bizProdNode - the biz prod nodepublic String getBizProduct()
public void setBizProduct(String bizProduct)
bizProduct - the biz productpublic String getSceneParams()
public void setSceneParams(String sceneParams)
sceneParams - the scene paramsCopyright © 2018. All rights reserved.