br.com.tempest.sentinelapi
Class User
java.lang.Object
br.com.tempest.sentinelapi.User
public class User
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
User
public User()
User
public User(String name,
String username,
List<Device> devices)
getName
public String getName()
setName
public void setName(String name)
getUsername
public String getUsername()
setUsername
public void setUsername(String username)
getDevices
public List<Device> getDevices()
setDevices
public void setDevices(List<Device> devices)
getId
public int getId()
setId
public void setId(int id)
Copyright © 2015. All rights reserved.