public final class ExtendedAdminGroup extends Object
| Constructor and Description |
|---|
ExtendedAdminGroup(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 ExtendedAdminGroup |
fromString(String valInString)
Returns the object of extendedAdminGroup fromString input String extendedAdminGroup.
|
int |
hashCode() |
static ExtendedAdminGroup |
of(byte[] value)
Returns the object of extendedAdminGroup for type binary.
|
String |
toString() |
public ExtendedAdminGroup(byte[] binary)
binary - value of binarypublic static ExtendedAdminGroup of(byte[] value)
value - value of extendedAdminGroup for type binarypublic byte[] binary()
public void binary(byte[] binary)
binary - value of binarypublic static ExtendedAdminGroup fromString(String valInString)
valInString - value of input StringCopyright © 2017. All rights reserved.