public class AlipayUserAccountDeviceInfoQueryResponse extends AlipayResponse
Constructor and Description |
---|
AlipayUserAccountDeviceInfoQueryResponse() |
Modifier and Type | Method and Description |
---|---|
List<DeviceResultInfo> |
getDeviceInfos()
Gets device infos.
|
String |
getDeviceType()
Gets device type.
|
String |
getEncryptType()
Gets encrypt type.
|
String |
getResultCode()
Gets result code.
|
void |
setDeviceInfos(List<DeviceResultInfo> deviceInfos)
Sets device infos.
|
void |
setDeviceType(String deviceType)
Sets device type.
|
void |
setEncryptType(String encryptType)
Sets encrypt type.
|
void |
setResultCode(String resultCode)
Sets result code.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsg
public AlipayUserAccountDeviceInfoQueryResponse()
public void setDeviceInfos(List<DeviceResultInfo> deviceInfos)
deviceInfos
- the device infospublic List<DeviceResultInfo> getDeviceInfos()
public void setDeviceType(String deviceType)
deviceType
- the device typepublic String getDeviceType()
public void setEncryptType(String encryptType)
encryptType
- the encrypt typepublic String getEncryptType()
public void setResultCode(String resultCode)
resultCode
- the result codepublic String getResultCode()
Copyright © 2018. All rights reserved.