public class AlipaySecurityProdFingerprintVerifyResponse extends AlipayResponse
| Constructor and Description |
|---|
AlipaySecurityProdFingerprintVerifyResponse() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAuthResult()
Gets auth result.
|
String |
getToken()
Gets token.
|
void |
setAuthResult(Boolean authResult)
Sets auth result.
|
void |
setToken(String token)
Sets token.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic AlipaySecurityProdFingerprintVerifyResponse()
public void setAuthResult(Boolean authResult)
authResult - the auth resultpublic Boolean getAuthResult()
public void setToken(String token)
token - the tokenpublic String getToken()
Copyright © 2018. All rights reserved.