public class DeviceWithDetails extends Object
| Constructor and Description |
|---|
DeviceWithDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConnectivityStatus() |
int |
getDeviceId() |
String |
getDeviceIdentification() |
String |
getOwnershipType() |
String |
getPlatform() |
void |
setConnectivityStatus(String connectivityStatus) |
void |
setDeviceId(int deviceId) |
void |
setDeviceIdentification(String deviceIdentification) |
void |
setOwnershipType(String ownershipType) |
void |
setPlatform(String platform) |
public int getDeviceId()
public void setDeviceId(int deviceId)
public String getDeviceIdentification()
public void setDeviceIdentification(String deviceIdentification)
public String getPlatform()
public void setPlatform(String platform)
public String getOwnershipType()
public void setOwnershipType(String ownershipType)
public String getConnectivityStatus()
public void setConnectivityStatus(String connectivityStatus)
Copyright © 2017 WSO2. All rights reserved.