public class AlipaySecurityRiskVerifyidentityInitializeModel extends AlipayObject
Constructor and Description |
---|
AlipaySecurityRiskVerifyidentityInitializeModel() |
Modifier and Type | Method and Description |
---|---|
String |
getAccountId()
Gets account id.
|
String |
getAccountName()
Gets account name.
|
String |
getAccountType()
Gets account type.
|
String |
getBizCallbackUrl()
Gets biz callback url.
|
String |
getBizId()
Gets biz id.
|
String |
getBizParams()
Gets biz params.
|
String |
getProductCode()
Gets product code.
|
String |
getSceneCode()
Gets scene code.
|
void |
setAccountId(String accountId)
Sets account id.
|
void |
setAccountName(String accountName)
Sets account name.
|
void |
setAccountType(String accountType)
Sets account type.
|
void |
setBizCallbackUrl(String bizCallbackUrl)
Sets biz callback url.
|
void |
setBizId(String bizId)
Sets biz id.
|
void |
setBizParams(String bizParams)
Sets biz params.
|
void |
setProductCode(String productCode)
Sets product code.
|
void |
setSceneCode(String sceneCode)
Sets scene code.
|
public AlipaySecurityRiskVerifyidentityInitializeModel()
public String getAccountId()
public void setAccountId(String accountId)
accountId
- the account idpublic String getAccountName()
public void setAccountName(String accountName)
accountName
- the account namepublic String getAccountType()
public void setAccountType(String accountType)
accountType
- the account typepublic String getBizCallbackUrl()
public void setBizCallbackUrl(String bizCallbackUrl)
bizCallbackUrl
- the biz callback urlpublic String getBizId()
public void setBizId(String bizId)
bizId
- the biz idpublic String getBizParams()
public void setBizParams(String bizParams)
bizParams
- the biz paramspublic String getProductCode()
public void setProductCode(String productCode)
productCode
- the product codepublic String getSceneCode()
public void setSceneCode(String sceneCode)
sceneCode
- the scene codeCopyright © 2018. All rights reserved.