public class AndroidDevice extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
AndroidDevice.Property |
Constructor and Description |
---|
AndroidDevice() |
AndroidDevice(String name,
String description,
String deviceId,
org.wso2.carbon.device.mgt.common.EnrolmentInfo enrolmentInfo,
List<org.wso2.carbon.device.mgt.common.Feature> features,
List<org.wso2.carbon.device.mgt.common.Device.Property> properties) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<org.wso2.carbon.device.mgt.common.app.mgt.Application> |
getApplications() |
String |
getDescription() |
String |
getDeviceIdentifier() |
org.wso2.carbon.device.mgt.common.device.details.DeviceInfo |
getDeviceInfo() |
org.wso2.carbon.device.mgt.common.EnrolmentInfo |
getEnrolmentInfo() |
List<org.wso2.carbon.device.mgt.common.Feature> |
getFeatures() |
String |
getName() |
List<org.wso2.carbon.device.mgt.common.Device.Property> |
getProperties() |
int |
hashCode() |
void |
setApplications(List<org.wso2.carbon.device.mgt.common.app.mgt.Application> applications) |
void |
setDescription(String description) |
void |
setDeviceIdentifier(String deviceIdentifier) |
void |
setDeviceInfo(org.wso2.carbon.device.mgt.common.device.details.DeviceInfo deviceInfo) |
void |
setEnrolmentInfo(org.wso2.carbon.device.mgt.common.EnrolmentInfo enrolmentInfo) |
void |
setFeatures(List<org.wso2.carbon.device.mgt.common.Feature> features) |
void |
setName(String name) |
void |
setProperties(List<org.wso2.carbon.device.mgt.common.Device.Property> properties) |
String |
toString() |
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public String getDeviceIdentifier()
public void setDeviceIdentifier(String deviceIdentifier)
public org.wso2.carbon.device.mgt.common.EnrolmentInfo getEnrolmentInfo()
public void setEnrolmentInfo(org.wso2.carbon.device.mgt.common.EnrolmentInfo enrolmentInfo)
public List<org.wso2.carbon.device.mgt.common.Feature> getFeatures()
public void setFeatures(List<org.wso2.carbon.device.mgt.common.Feature> features)
public List<org.wso2.carbon.device.mgt.common.Device.Property> getProperties()
public void setProperties(List<org.wso2.carbon.device.mgt.common.Device.Property> properties)
public org.wso2.carbon.device.mgt.common.device.details.DeviceInfo getDeviceInfo()
public void setDeviceInfo(org.wso2.carbon.device.mgt.common.device.details.DeviceInfo deviceInfo)
public List<org.wso2.carbon.device.mgt.common.app.mgt.Application> getApplications()
public void setApplications(List<org.wso2.carbon.device.mgt.common.app.mgt.Application> applications)
Copyright © 2017 WSO2. All rights reserved.