org.json.JSONStringpublic class PermOverrideData
extends java.lang.Object
implements org.json.JSONString
| Modifier and Type | Field | Description |
|---|---|---|
long |
allow |
|
long |
deny |
|
long |
id |
|
static int |
MEMBER_TYPE |
|
static int |
ROLE_TYPE |
|
int |
type |
| Constructor | Description |
|---|---|
PermOverrideData(int type,
long id,
long allow,
long deny) |
|
PermOverrideData(PermissionOverride override) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
toJSONString() |
public static final int ROLE_TYPE
public static final int MEMBER_TYPE
public final int type
public final long id
public final long allow
public final long deny
public PermOverrideData(int type,
long id,
long allow,
long deny)
public PermOverrideData(PermissionOverride override)