Modifier and Type | Method and Description |
---|---|
static PortNumber |
PortNumber.getDefaultInstance(String defaultValue) |
Constructor and Description |
---|
PortNumber(PortNumber source)
Creates a copy from Source Object.
|
Modifier and Type | Method and Description |
---|---|
PortNumber |
ApplicationDataBuilder.getLocalPortHigh() |
@Nullable PortNumber |
ApplicationData.getLocalPortHigh()
High end of local port range.
|
PortNumber |
ApplicationDataBuilder.getLocalPortLow() |
@Nullable PortNumber |
ApplicationData.getLocalPortLow()
Low end of local port range.
|
PortNumber |
ApplicationDataBuilder.getRemotePortHigh() |
@Nullable PortNumber |
ApplicationData.getRemotePortHigh()
High end of remote port range.
|
PortNumber |
ApplicationDataBuilder.getRemotePortLow() |
@Nullable PortNumber |
ApplicationData.getRemotePortLow()
Low end of remote port range.
|
Modifier and Type | Method and Description |
---|---|
ApplicationDataBuilder |
ApplicationDataBuilder.setLocalPortHigh(PortNumber value) |
ApplicationDataBuilder |
ApplicationDataBuilder.setLocalPortLow(PortNumber value) |
ApplicationDataBuilder |
ApplicationDataBuilder.setRemotePortHigh(PortNumber value) |
ApplicationDataBuilder |
ApplicationDataBuilder.setRemotePortLow(PortNumber value) |
Modifier and Type | Method and Description |
---|---|
PortNumber |
DestinationPortRangeBuilder.getLowerPort() |
PortNumber |
SourcePortRangeBuilder.getLowerPort() |
@Nullable PortNumber |
SourcePortRange.getLowerPort()
Lower boundary for port.
|
@Nullable PortNumber |
DestinationPortRange.getLowerPort()
Lower boundary for port.
|
PortNumber |
DestinationPortRangeBuilder.getUpperPort() |
PortNumber |
SourcePortRangeBuilder.getUpperPort() |
@Nullable PortNumber |
SourcePortRange.getUpperPort()
Upper boundary for port .
|
@Nullable PortNumber |
DestinationPortRange.getUpperPort()
Upper boundary for port.
|
Modifier and Type | Method and Description |
---|---|
DestinationPortRangeBuilder |
DestinationPortRangeBuilder.setLowerPort(PortNumber value) |
SourcePortRangeBuilder |
SourcePortRangeBuilder.setLowerPort(PortNumber value) |
DestinationPortRangeBuilder |
DestinationPortRangeBuilder.setUpperPort(PortNumber value) |
SourcePortRangeBuilder |
SourcePortRangeBuilder.setUpperPort(PortNumber value) |
Copyright © 2019 OpenDaylight. All rights reserved.