public class User extends Instance implements Formattable
| Constructor and Description |
|---|
User() |
User(int status,
String content) |
User(int status,
String content,
String message) |
| Modifier and Type | Method and Description |
|---|---|
int |
getId() |
void |
setId(int id) |
Map<String,String> |
toMap()
Map a Token instance to its Java's Map representation.
|
getError, getStatus, isOk, setError, setStatus, toXMLclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoJSON, toXMLpublic User()
public User(int status,
String content)
public int getId()
public void setId(int id)
public Map<String,String> toMap()
toMap in interface FormattableCopyright © 2019. All rights reserved.