public class AlipaySecurityProdFacepayVerifyModel extends AlipayObject
Constructor and Description |
---|
AlipaySecurityProdFacepayVerifyModel() |
Modifier and Type | Method and Description |
---|---|
String |
getCheckCode()
Gets check code.
|
String |
getFaceImage()
Gets face image.
|
String |
getFtoken()
Gets ftoken.
|
String |
getStoreId()
Gets store id.
|
String |
getUserAuthId()
Gets user auth id.
|
String |
getUserAuthType()
Gets user auth type.
|
void |
setCheckCode(String checkCode)
Sets check code.
|
void |
setFaceImage(String faceImage)
Sets face image.
|
void |
setFtoken(String ftoken)
Sets ftoken.
|
void |
setStoreId(String storeId)
Sets store id.
|
void |
setUserAuthId(String userAuthId)
Sets user auth id.
|
void |
setUserAuthType(String userAuthType)
Sets user auth type.
|
public AlipaySecurityProdFacepayVerifyModel()
public String getCheckCode()
public void setCheckCode(String checkCode)
checkCode
- the check codepublic String getFaceImage()
public void setFaceImage(String faceImage)
faceImage
- the face imagepublic String getFtoken()
public void setFtoken(String ftoken)
ftoken
- the ftokenpublic String getStoreId()
public void setStoreId(String storeId)
storeId
- the store idpublic String getUserAuthId()
public void setUserAuthId(String userAuthId)
userAuthId
- the user auth idpublic String getUserAuthType()
public void setUserAuthType(String userAuthType)
userAuthType
- the user auth typeCopyright © 2018. All rights reserved.