public final class AdminGroup extends Object
| Constructor and Description |
|---|
AdminGroup(byte[] binary)
Creates an instance of binary.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
binary()
Returns the attribute binary.
|
void |
binary(byte[] binary)
Sets the attribute binary.
|
boolean |
equals(Object obj) |
static AdminGroup |
fromString(String valInString)
Returns the object of adminGroup fromString input String adminGroup.
|
int |
hashCode() |
static AdminGroup |
of(byte[] value)
Returns the object of adminGroup for type binary.
|
String |
toString() |
public AdminGroup(byte[] binary)
binary - value of binarypublic static AdminGroup of(byte[] value)
value - value of adminGroup for type binarypublic byte[] binary()
public void binary(byte[] binary)
binary - value of binarypublic static AdminGroup fromString(String valInString)
valInString - value of input StringCopyright © 2018. All rights reserved.