public final class Lfunion4Union extends Object
| Constructor and Description |
|---|
Lfunion4Union(boolean yangAutoPrefixBoolean)
Creates an instance of yangAutoPrefixBoolean.
|
Lfunion4Union(String string)
Creates an instance of string.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static Lfunion4Union |
fromString(String valInString)
Returns the object of lfunion4Union fromString input String lfunion4Union.
|
int |
hashCode() |
static Lfunion4Union |
of(boolean value)
Returns the object of lfunion4Union for type yangAutoPrefixBoolean.
|
static Lfunion4Union |
of(String value)
Returns the object of lfunion4Union for type string.
|
String |
string()
Returns the attribute string.
|
void |
string(String string)
Sets the attribute string.
|
String |
toString() |
boolean |
yangAutoPrefixBoolean()
Returns the attribute yangAutoPrefixBoolean.
|
void |
yangAutoPrefixBoolean(boolean yangAutoPrefixBoolean)
Sets the attribute yangAutoPrefixBoolean.
|
public Lfunion4Union(boolean yangAutoPrefixBoolean)
yangAutoPrefixBoolean - value of yangAutoPrefixBooleanpublic Lfunion4Union(String string)
string - value of stringpublic static Lfunion4Union of(boolean value)
value - value of lfunion4Union for type yangAutoPrefixBooleanpublic static Lfunion4Union of(String value)
value - value of lfunion4Union for type stringpublic boolean yangAutoPrefixBoolean()
public String string()
public void yangAutoPrefixBoolean(boolean yangAutoPrefixBoolean)
yangAutoPrefixBoolean - value of yangAutoPrefixBooleanpublic void string(String string)
string - value of stringpublic static Lfunion4Union fromString(String valInString)
valInString - value of input StringCopyright © 2018. All rights reserved.