public class SupportingTerminationPointKeys extends Object implements org.onosproject.yang.model.KeyInfo<DefaultSupportingTerminationPoint>
| Modifier and Type | Field and Description |
|---|---|
protected NetworkId |
networkRef |
protected NodeId |
nodeRef |
protected TpId |
tpRef |
| Constructor and Description |
|---|
SupportingTerminationPointKeys() |
| 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.
|
TpId |
tpRef()
Returns the attribute tpRef.
|
void |
tpRef(TpId tpRef)
Sets the value to attribute tpRef.
|
protected NetworkId networkRef
protected NodeId nodeRef
protected TpId tpRef
public NetworkId networkRef()
public void networkRef(NetworkId networkRef)
networkRef - value of networkRefpublic NodeId nodeRef()
public void nodeRef(NodeId nodeRef)
nodeRef - value of nodeRefpublic TpId tpRef()
public void tpRef(TpId tpRef)
tpRef - value of tpRefCopyright © 2018. All rights reserved.