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