public class AlipayUserAccountDeviceInfoQueryModel extends AlipayObject
| 构造器和说明 |
|---|
AlipayUserAccountDeviceInfoQueryModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<String> |
getDeviceIds() |
String |
getDeviceType() |
String |
getEncryptType() |
String |
getExtraInfo() |
String |
getRequestFrom() |
void |
setDeviceIds(List<String> deviceIds) |
void |
setDeviceType(String deviceType) |
void |
setEncryptType(String encryptType) |
void |
setExtraInfo(String extraInfo) |
void |
setRequestFrom(String requestFrom) |
public String getDeviceType()
public void setDeviceType(String deviceType)
public String getEncryptType()
public void setEncryptType(String encryptType)
public String getExtraInfo()
public void setExtraInfo(String extraInfo)
public String getRequestFrom()
public void setRequestFrom(String requestFrom)
Copyright © 2020. All rights reserved.