public class Role extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
project_id |
String |
role |
String |
user_name |
| Modifier | Constructor and Description |
|---|---|
protected |
Role()
Empty constructor for JAXB
|
|
Role(String project,
String user,
String role) |
| Modifier and Type | Method and Description |
|---|---|
static Role[] |
parse(Element rolesElement) |
String |
toString() |
public String project_id
public String user_name
public String role
public static Role[] parse(Element rolesElement) throws HiveException
HiveExceptionCopyright © 2013–2020 R.W.Majeed. All rights reserved.