public class Device extends Object
Service
. Device information may be retrieved through the
Service.getDeviceInfo(Result)
method.Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getCountryCode()
Returns the country code for this device.
|
String |
getDescription()
Returns a description for this device.
|
String |
getDuid()
Returns the device unique id.
|
String |
getFirmwareVersion()
Returns the firmware version for this device.
|
String |
getId()
Returns the id for this device.
|
String |
getIp()
Returns the ip address for this device.
|
String |
getModel()
Returns the model for this device.
|
String |
getName()
Returns the name for this device.
|
String |
getNetworkType()
Returns the network type this device is connected through.
|
String |
getPlatform()
Returns platform name for this device.
|
String |
getResolution()
Returns the resolution for this device.
|
String |
getSsid()
Returns the ssid for this device.
|
String |
getUdn()
Returns the unique device number for this device.
|
String |
getWifiMac()
Returns wifi mac address for this device.
|
int |
hashCode() |
String |
toString() |
public String getDuid()
public String getModel()
public String getDescription()
public String getNetworkType()
public String getSsid()
public String getIp()
public String getFirmwareVersion()
public String getName()
public String getId()
public String getUdn()
public String getResolution()
public String getCountryCode()
public String getPlatform()
public String getWifiMac()