public class User extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
email |
String |
full_name |
boolean |
is_admin |
Param[] |
param |
String |
password |
String |
user_name |
| Constructor and Description |
|---|
User() |
| Modifier and Type | Method and Description |
|---|---|
static User[] |
parse(Element usersElement) |
static User |
parseUser(Element userElement) |
String |
toString() |
public String full_name
public String user_name
public String email
public String password
public boolean is_admin
public Param[] param
public static User parseUser(Element userElement) throws HiveException
HiveExceptionpublic static User[] parse(Element usersElement) throws HiveException
HiveExceptionCopyright © 2013–2020 R.W.Majeed. All rights reserved.