public interface Device
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccountType()
Gets the account type.
|
java.lang.String |
getDescription()
Gets the description.
|
int |
getDeviceCaps()
Gets the device capabilities.
|
java.lang.String |
getDeviceType()
Gets the device type.
|
java.util.Date |
getEnteredService()
Gets the date when this device entered service.
|
java.util.Date |
getLastService()
Gets the date when this device was last serviced.
|
java.util.Date |
getLastUpdate()
Gets the date when this device was last updated.
|
Location |
getLocation()
Gets the device location.
|
java.lang.String |
getName()
Gets the name.
|
java.lang.String |
getRegistrationKey()
Gets the registration key.
|
java.lang.String |
getTimeZone()
Gets the timezone assigned to this device.
|
java.lang.String getName()
java.lang.String getDescription()
java.lang.String getDeviceType()
int getDeviceCaps()
java.lang.String getRegistrationKey()
java.lang.String getTimeZone()
java.util.Date getEnteredService()
java.util.Date getLastService()
java.util.Date getLastUpdate()
java.lang.String getAccountType()
Location getLocation()