public class AlipayUserAccountDeviceInfoQueryModel extends AlipayObject
Constructor and Description |
---|
AlipayUserAccountDeviceInfoQueryModel() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getDeviceIds()
Gets device ids.
|
String |
getDeviceType()
Gets device type.
|
String |
getEncryptType()
Gets encrypt type.
|
String |
getExtraInfo()
Gets extra info.
|
String |
getRequestFrom()
Gets request from.
|
void |
setDeviceIds(List<String> deviceIds)
Sets device ids.
|
void |
setDeviceType(String deviceType)
Sets device type.
|
void |
setEncryptType(String encryptType)
Sets encrypt type.
|
void |
setExtraInfo(String extraInfo)
Sets extra info.
|
void |
setRequestFrom(String requestFrom)
Sets request from.
|
public AlipayUserAccountDeviceInfoQueryModel()
public void setDeviceIds(List<String> deviceIds)
deviceIds
- the device idspublic String getDeviceType()
public void setDeviceType(String deviceType)
deviceType
- the device typepublic String getEncryptType()
public void setEncryptType(String encryptType)
encryptType
- the encrypt typepublic String getExtraInfo()
public void setExtraInfo(String extraInfo)
extraInfo
- the extra infopublic String getRequestFrom()
public void setRequestFrom(String requestFrom)
requestFrom
- the request fromCopyright © 2018. All rights reserved.