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