public class Device extends Object
| Constructor and Description |
|---|
Device() |
| Modifier and Type | Method and Description |
|---|---|
Device |
addApplicationsItem(Application applicationsItem) |
Device |
addFeaturesItem(Feature featuresItem) |
Device |
addPropertiesItem(Property propertiesItem) |
Device |
applications(List<Application> applications) |
Device |
description(String description) |
Device |
deviceIdentifier(String deviceIdentifier) |
Device |
deviceInfo(DeviceInfo deviceInfo) |
Device |
enrolmentInfo(EnrolmentInfo enrolmentInfo) |
boolean |
equals(Object o) |
Device |
features(List<Feature> features) |
List<Application> |
getApplications()
Get applications
|
String |
getDescription()
Additional information on the device.
|
String |
getDeviceIdentifier()
This is a 64-bit number (as a hex string) that is randomly generated when the user first sets up the device and should remain constant for the lifetime of the user's device.
|
DeviceInfo |
getDeviceInfo()
Get deviceInfo
|
EnrolmentInfo |
getEnrolmentInfo()
Get enrolmentInfo
|
List<Feature> |
getFeatures()
feature list
|
String |
getId()
ID of the device in the device information database.
|
String |
getName()
The device name that can be set on the device by the device user.
|
List<Property> |
getProperties()
Get properties
|
String |
getType()
The device type, such as ios, android or windows.
|
int |
hashCode() |
Device |
id(String id) |
Device |
name(String name) |
Device |
properties(List<Property> properties) |
void |
setApplications(List<Application> applications) |
void |
setDescription(String description) |
void |
setDeviceIdentifier(String deviceIdentifier) |
void |
setDeviceInfo(DeviceInfo deviceInfo) |
void |
setEnrolmentInfo(EnrolmentInfo enrolmentInfo) |
void |
setFeatures(List<Feature> features) |
void |
setId(String id) |
void |
setName(String name) |
void |
setProperties(List<Property> properties) |
void |
setType(String type) |
String |
toString() |
Device |
type(String type) |
public String getId()
public void setId(String 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 Device enrolmentInfo(EnrolmentInfo enrolmentInfo)
public EnrolmentInfo getEnrolmentInfo()
public void setEnrolmentInfo(EnrolmentInfo enrolmentInfo)
public Device deviceInfo(DeviceInfo deviceInfo)
public DeviceInfo getDeviceInfo()
public void setDeviceInfo(DeviceInfo deviceInfo)
public Device applications(List<Application> applications)
public Device addApplicationsItem(Application applicationsItem)
public List<Application> getApplications()
public void setApplications(List<Application> applications)
Copyright © 2017 WSO2. All rights reserved.