public class Device extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
Device.Property |
Constructor and Description |
---|
Device() |
Device(String name,
String type,
String description,
String deviceId,
EnrolmentInfo enrolmentInfo,
List<org.wso2.carbon.device.mgt.common.Feature> features,
List<Device.Property> properties) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDescription() |
String |
getDeviceIdentifier() |
EnrolmentInfo |
getEnrolmentInfo() |
int |
getId() |
String |
getName() |
String |
getType() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setDeviceIdentifier(String deviceIdentifier) |
void |
setEnrolmentInfo(EnrolmentInfo enrolmentInfo) |
void |
setId(int id) |
void |
setName(String name) |
void |
setType(String type) |
String |
toString() |
public Device()
public Device(String name, String type, String description, String deviceId, EnrolmentInfo enrolmentInfo, List<org.wso2.carbon.device.mgt.common.Feature> features, List<Device.Property> properties)
public int getId()
public void setId(int id)
public String getName()
public void setName(String name)
public String getType()
public void setType(String type)
public String getDescription()
public void setDescription(String description)
public String getDeviceIdentifier()
public void setDeviceIdentifier(String deviceIdentifier)
public EnrolmentInfo getEnrolmentInfo()
public void setEnrolmentInfo(EnrolmentInfo enrolmentInfo)
Copyright © 2017 WSO2. All rights reserved.