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