public class Ipv6LanPrefixesKeys extends Object implements org.onosproject.yang.model.KeyInfo<DefaultIpv6LanPrefixes>
| Modifier and Type | Field and Description |
|---|---|
protected Ipv6Prefix |
lan |
protected Ipv6Address |
nextHop |
| Constructor and Description |
|---|
Ipv6LanPrefixesKeys() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
Ipv6Prefix |
lan()
Returns the attribute lan.
|
void |
lan(Ipv6Prefix lan)
Sets the value to attribute lan.
|
Ipv6Address |
nextHop()
Returns the attribute nextHop.
|
void |
nextHop(Ipv6Address nextHop)
Sets the value to attribute nextHop.
|
protected Ipv6Prefix lan
protected Ipv6Address nextHop
public Ipv6Prefix lan()
public void lan(Ipv6Prefix lan)
lan - value of lanpublic Ipv6Address nextHop()
public void nextHop(Ipv6Address nextHop)
nextHop - value of nextHopCopyright © 2018. All rights reserved.