public class LspKeys extends Object implements org.onosproject.yang.model.KeyInfo<DefaultLsp>
| Modifier and Type | Field and Description |
|---|---|
protected Object |
destination |
protected Object |
extendedTunnelId |
protected Object |
lspId |
protected Object |
source |
protected Object |
tunnelId |
protected Object |
type |
| Constructor and Description |
|---|
LspKeys() |
| Modifier and Type | Method and Description |
|---|---|
Object |
destination()
Returns the attribute destination.
|
void |
destination(Object destination)
Sets the value to attribute destination.
|
boolean |
equals(Object obj) |
Object |
extendedTunnelId()
Returns the attribute extendedTunnelId.
|
void |
extendedTunnelId(Object extendedTunnelId)
Sets the value to attribute extendedTunnelId.
|
int |
hashCode() |
Object |
lspId()
Returns the attribute lspId.
|
void |
lspId(Object lspId)
Sets the value to attribute lspId.
|
Object |
source()
Returns the attribute source.
|
void |
source(Object source)
Sets the value to attribute source.
|
Object |
tunnelId()
Returns the attribute tunnelId.
|
void |
tunnelId(Object tunnelId)
Sets the value to attribute tunnelId.
|
Object |
type()
Returns the attribute type.
|
void |
type(Object type)
Sets the value to attribute type.
|
protected Object source
protected Object destination
protected Object tunnelId
protected Object lspId
protected Object extendedTunnelId
protected Object type
public Object source()
public void source(Object source)
source - value of sourcepublic Object destination()
public void destination(Object destination)
destination - value of destinationpublic Object tunnelId()
public void tunnelId(Object tunnelId)
tunnelId - value of tunnelIdpublic Object lspId()
public void lspId(Object lspId)
lspId - value of lspIdpublic Object extendedTunnelId()
public void extendedTunnelId(Object extendedTunnelId)
extendedTunnelId - value of extendedTunnelIdpublic Object type()
public void type(Object type)
type - value of typeCopyright © 2018. All rights reserved.