public class AlipayTradeVendorpayDevicedataUploadModel extends AlipayObject
Constructor and Description |
---|
AlipayTradeVendorpayDevicedataUploadModel() |
Modifier and Type | Method and Description |
---|---|
String |
getAppPackageName()
Gets app package name.
|
String |
getExtInfo()
Gets ext info.
|
String |
getImei()
Gets imei.
|
String |
getImsi()
Gets imsi.
|
String |
getMac()
Gets mac.
|
String |
getMachineType()
Gets machine type.
|
String |
getPhoneSysVersion()
Gets phone sys version.
|
String |
getPublicKey()
Gets public key.
|
String |
getTidsource()
Gets tidsource.
|
String |
getUuid()
Gets uuid.
|
String |
getVendor()
Gets vendor.
|
void |
setAppPackageName(String appPackageName)
Sets app package name.
|
void |
setExtInfo(String extInfo)
Sets ext info.
|
void |
setImei(String imei)
Sets imei.
|
void |
setImsi(String imsi)
Sets imsi.
|
void |
setMac(String mac)
Sets mac.
|
void |
setMachineType(String machineType)
Sets machine type.
|
void |
setPhoneSysVersion(String phoneSysVersion)
Sets phone sys version.
|
void |
setPublicKey(String publicKey)
Sets public key.
|
void |
setTidsource(String tidsource)
Sets tidsource.
|
void |
setUuid(String uuid)
Sets uuid.
|
void |
setVendor(String vendor)
Sets vendor.
|
public AlipayTradeVendorpayDevicedataUploadModel()
public String getAppPackageName()
public void setAppPackageName(String appPackageName)
appPackageName
- the app package namepublic String getExtInfo()
public void setExtInfo(String extInfo)
extInfo
- the ext infopublic String getImei()
public void setImei(String imei)
imei
- the imeipublic String getImsi()
public void setImsi(String imsi)
imsi
- the imsipublic String getMac()
public void setMac(String mac)
mac
- the macpublic String getMachineType()
public void setMachineType(String machineType)
machineType
- the machine typepublic String getPhoneSysVersion()
public void setPhoneSysVersion(String phoneSysVersion)
phoneSysVersion
- the phone sys versionpublic String getPublicKey()
public void setPublicKey(String publicKey)
publicKey
- the public keypublic String getTidsource()
public void setTidsource(String tidsource)
tidsource
- the tidsourcepublic String getUuid()
public void setUuid(String uuid)
uuid
- the uuidpublic String getVendor()
public void setVendor(String vendor)
vendor
- the vendorCopyright © 2018. All rights reserved.