public class AlipaySecurityProdFingerprintApplyResponse extends AlipayResponse
Constructor and Description |
---|
AlipaySecurityProdFingerprintApplyResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getAuthType()
Gets auth type.
|
String |
getDeviceId()
Gets device id.
|
String |
getToken()
Gets token.
|
void |
setAuthType(String authType)
Sets auth type.
|
void |
setDeviceId(String deviceId)
Sets device id.
|
void |
setToken(String token)
Sets token.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsg
public AlipaySecurityProdFingerprintApplyResponse()
public void setAuthType(String authType)
authType
- the auth typepublic String getAuthType()
public void setDeviceId(String deviceId)
deviceId
- the device idpublic String getDeviceId()
public void setToken(String token)
token
- the tokenpublic String getToken()
Copyright © 2018. All rights reserved.