public class Device extends Object
Token
id - device or application identifier
id
name - device name
name
type - device or application type
type
Device()
String
getId()
getName()
getType()
void
setId(String id)
setName(String name)
setType(String type)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Device()
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public String getType()
public void setType(String type)