public class Device extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
Device.Property |
Constructor and Description |
---|
Device() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getDeviceIdentifier() |
EnrolmentInfo |
getEnrolmentInfo() |
int |
getId() |
String |
getName() |
String |
getType() |
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 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.