public class AlipayUserAccountDeviceInfoQueryResponse extends AlipayResponse
| 构造器和说明 |
|---|
AlipayUserAccountDeviceInfoQueryResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<DeviceResultInfo> |
getDeviceInfos() |
String |
getDeviceType() |
String |
getEncryptType() |
String |
getResultCode() |
void |
setDeviceInfos(List<DeviceResultInfo> deviceInfos) |
void |
setDeviceType(String deviceType) |
void |
setEncryptType(String encryptType) |
void |
setResultCode(String resultCode) |
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic void setDeviceInfos(List<DeviceResultInfo> deviceInfos)
public List<DeviceResultInfo> getDeviceInfos()
public void setDeviceType(String deviceType)
public String getDeviceType()
public void setEncryptType(String encryptType)
public String getEncryptType()
public void setResultCode(String resultCode)
public String getResultCode()
Copyright © 2023. All rights reserved.