public final class IdUnion extends Object
| Constructor and Description |
|---|
IdUnion(boolean yangAutoPrefixBoolean)
Creates an instance of yangAutoPrefixBoolean.
|
IdUnion(Class<? extends YangAutoPrefixInt> identityref)
Creates an instance of identityref.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static IdUnion |
fromString(String valInString)
Returns the object of idUnion fromString input String idUnion.
|
int |
hashCode() |
Class<? extends YangAutoPrefixInt> |
identityref()
Returns the attribute identityref.
|
void |
identityref(Class<? extends YangAutoPrefixInt> identityref)
Sets the attribute identityref.
|
static IdUnion |
of(boolean value)
Returns the object of idUnion for type yangAutoPrefixBoolean.
|
static IdUnion |
of(Class<? extends YangAutoPrefixInt> value)
Returns the object of idUnion for type identityref.
|
String |
toString() |
boolean |
yangAutoPrefixBoolean()
Returns the attribute yangAutoPrefixBoolean.
|
void |
yangAutoPrefixBoolean(boolean yangAutoPrefixBoolean)
Sets the attribute yangAutoPrefixBoolean.
|
public IdUnion(Class<? extends YangAutoPrefixInt> identityref)
identityref - value of identityrefpublic IdUnion(boolean yangAutoPrefixBoolean)
yangAutoPrefixBoolean - value of yangAutoPrefixBooleanpublic static IdUnion of(Class<? extends YangAutoPrefixInt> value)
value - value of idUnion for type identityrefpublic static IdUnion of(boolean value)
value - value of idUnion for type yangAutoPrefixBooleanpublic Class<? extends YangAutoPrefixInt> identityref()
public boolean yangAutoPrefixBoolean()
public void identityref(Class<? extends YangAutoPrefixInt> identityref)
identityref - value of identityrefpublic void yangAutoPrefixBoolean(boolean yangAutoPrefixBoolean)
yangAutoPrefixBoolean - value of yangAutoPrefixBooleanCopyright © 2018. All rights reserved.