public interface Receiver
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Receiver.LeafIdentifier
Identify the leaf of Receiver.
|
| Modifier and Type | Method and Description |
|---|---|
Host |
address()
Returns the attribute address.
|
void |
address(Host address)
Sets the attribute address.
|
boolean |
isLeafValueSet(Receiver.LeafIdentifier leaf)
Checks if the leaf value is set.
|
PortNumber |
port()
Returns the attribute port.
|
void |
port(PortNumber port)
Sets the attribute port.
|
TransportProtocol |
protocol()
Returns the attribute protocol.
|
void |
protocol(TransportProtocol protocol)
Sets the attribute protocol.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
Host address()
PortNumber port()
TransportProtocol protocol()
BitSet valueLeafFlags()
void address(Host address)
address - value of addressvoid port(PortNumber port)
port - value of portvoid protocol(TransportProtocol protocol)
protocol - value of protocolboolean isLeafValueSet(Receiver.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.