org.wso2.carbon.device.mgt.mobile.dto
Class MobileDevice
java.lang.Object
org.wso2.carbon.device.mgt.mobile.dto.MobileDevice
- All Implemented Interfaces:
- Serializable
public class MobileDevice
- extends Object
- implements Serializable
DTO of MobileDevice.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MobileDevice
public MobileDevice()
getUnlockToken
public String getUnlockToken()
setUnlockToken
public void setUnlockToken(String unlockToken)
getToken
public String getToken()
setToken
public void setToken(String token)
getChallenge
public String getChallenge()
setChallenge
public void setChallenge(String challenge)
getSerial
public String getSerial()
setSerial
public void setSerial(String serial)
getMobileDeviceId
public String getMobileDeviceId()
setMobileDeviceId
public void setMobileDeviceId(String mobileDeviceId)
getPushToken
public String getPushToken()
setPushToken
public void setPushToken(String pushToken)
getImei
public String getImei()
setImei
public void setImei(String imei)
getImsi
public String getImsi()
setImsi
public void setImsi(String imsi)
getOsVersion
public String getOsVersion()
setOsVersion
public void setOsVersion(String osVersion)
getModel
public String getModel()
setModel
public void setModel(String model)
getVendor
public String getVendor()
setVendor
public void setVendor(String vendor)
getLatitude
public String getLatitude()
setLatitude
public void setLatitude(String latitude)
getLongitude
public String getLongitude()
setLongitude
public void setLongitude(String longitude)
Copyright © 2015 WSO2. All rights reserved.