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