public class DefaultYtbSportsArena extends org.onosproject.yang.model.InnerModelObject implements YtbSportsArena
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeYtbSportsArena.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected String |
beer |
protected String |
pretzel |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultYtbSportsArena()
Creates an instance of defaultYtbSportsArena.
|
| Modifier and Type | Method and Description |
|---|---|
String |
beer()
Returns the attribute beer.
|
void |
beer(String beer)
Sets the attribute beer.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(YtbSportsArena.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
pretzel()
Returns the attribute pretzel.
|
void |
pretzel(String pretzel)
Sets the attribute pretzel.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
protected String pretzel
protected String beer
protected BitSet valueLeafFlags
public DefaultYtbSportsArena()
public String pretzel()
YtbSportsArenapretzel in interface YtbSportsArenapublic String beer()
YtbSportsArenabeer in interface YtbSportsArenapublic BitSet valueLeafFlags()
YtbSportsArenavalueLeafFlags in interface YtbSportsArenapublic void pretzel(String pretzel)
YtbSportsArenapretzel in interface YtbSportsArenapretzel - value of pretzelpublic void beer(String beer)
YtbSportsArenabeer in interface YtbSportsArenabeer - value of beerpublic boolean isLeafValueSet(YtbSportsArena.LeafIdentifier leaf)
YtbSportsArenaisLeafValueSet in interface YtbSportsArenaleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.