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