public class User extends Object
Constructor and Description |
---|
User() |
Modifier and Type | Method and Description |
---|---|
long |
getId()
Gets the user id.
|
String |
getOauthKey()
Gets the users' oauth key.
|
void |
setId(long id)
Sets the id for a user.
|
void |
setOauthKey(String oauthKey)
Sets the users' oauth key.
|