public class ReceiverKeys extends Object implements org.onosproject.yang.model.KeyInfo<DefaultReceiver>
| Modifier and Type | Field and Description |
|---|---|
protected Host |
address |
protected PortNumber |
port |
| Constructor and Description |
|---|
ReceiverKeys() |
| Modifier and Type | Method and Description |
|---|---|
Host |
address()
Returns the attribute address.
|
void |
address(Host address)
Sets the value to attribute address.
|
boolean |
equals(Object obj) |
int |
hashCode() |
PortNumber |
port()
Returns the attribute port.
|
void |
port(PortNumber port)
Sets the value to attribute port.
|
protected Host address
protected PortNumber port
public Host address()
public void address(Host address)
address - value of addresspublic PortNumber port()
public void port(PortNumber port)
port - value of portCopyright © 2018. All rights reserved.