public class AlipayUserAccountDeviceInfoUploadModel extends AlipayObject
Constructor and Description |
---|
AlipayUserAccountDeviceInfoUploadModel() |
Modifier and Type | Method and Description |
---|---|
String |
getCallBack()
Gets call back.
|
String |
getDeviceId()
Gets device id.
|
String |
getDeviceType()
Gets device type.
|
String |
getEncryptType()
Gets encrypt type.
|
String |
getExtraInfo()
Gets extra info.
|
String |
getParams()
Gets params.
|
String |
getRequestFrom()
Gets request from.
|
void |
setCallBack(String callBack)
Sets call back.
|
void |
setDeviceId(String deviceId)
Sets device id.
|
void |
setDeviceType(String deviceType)
Sets device type.
|
void |
setEncryptType(String encryptType)
Sets encrypt type.
|
void |
setExtraInfo(String extraInfo)
Sets extra info.
|
void |
setParams(String params)
Sets params.
|
void |
setRequestFrom(String requestFrom)
Sets request from.
|
public AlipayUserAccountDeviceInfoUploadModel()
public String getCallBack()
public void setCallBack(String callBack)
callBack
- the call backpublic String getDeviceId()
public void setDeviceId(String deviceId)
deviceId
- the device idpublic 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 getParams()
public void setParams(String params)
params
- the paramspublic String getRequestFrom()
public void setRequestFrom(String requestFrom)
requestFrom
- the request fromCopyright © 2018. All rights reserved.