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