public class SupportingLinkKeys extends Object implements org.onosproject.yang.model.KeyInfo<DefaultSupportingLink>
| Modifier and Type | Field and Description |
|---|---|
protected LinkId |
linkRef |
protected NetworkId |
networkRef |
| Constructor and Description |
|---|
SupportingLinkKeys() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
LinkId |
linkRef()
Returns the attribute linkRef.
|
void |
linkRef(LinkId linkRef)
Sets the value to attribute linkRef.
|
NetworkId |
networkRef()
Returns the attribute networkRef.
|
void |
networkRef(NetworkId networkRef)
Sets the value to attribute networkRef.
|
public NetworkId networkRef()
public void networkRef(NetworkId networkRef)
networkRef - value of networkRefpublic LinkId linkRef()
public void linkRef(LinkId linkRef)
linkRef - value of linkRefCopyright © 2018. All rights reserved.