public class SupportingNodeKeys extends Object implements org.onosproject.yang.model.KeyInfo<DefaultSupportingNode>
| Modifier and Type | Field and Description |
|---|---|
protected NetworkId |
networkRef |
protected NodeId |
nodeRef |
| Constructor and Description |
|---|
SupportingNodeKeys() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
NetworkId |
networkRef()
Returns the attribute networkRef.
|
void |
networkRef(NetworkId networkRef)
Sets the value to attribute networkRef.
|
NodeId |
nodeRef()
Returns the attribute nodeRef.
|
void |
nodeRef(NodeId nodeRef)
Sets the value to attribute nodeRef.
|
public NetworkId networkRef()
public void networkRef(NetworkId networkRef)
networkRef - value of networkRefpublic NodeId nodeRef()
public void nodeRef(NodeId nodeRef)
nodeRef - value of nodeRefCopyright © 2017. All rights reserved.