public class TreeFlavorKeys extends Object implements org.onosproject.yang.model.KeyInfo<DefaultTreeFlavor>
| Modifier and Type | Field and Description |
|---|---|
protected Class<? extends MulticastTreeType> |
type |
| Constructor and Description |
|---|
TreeFlavorKeys() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
Class<? extends MulticastTreeType> |
type()
Returns the attribute type.
|
void |
type(Class<? extends MulticastTreeType> type)
Sets the value to attribute type.
|
protected Class<? extends MulticastTreeType> type
public Class<? extends MulticastTreeType> type()
public void type(Class<? extends MulticastTreeType> type)
type - value of typeCopyright © 2017. All rights reserved.