public class UiRegionDeviceLink extends UiLink
Constructor and Description |
---|
UiRegionDeviceLink(UiTopology topology,
UiLinkId id)
Creates a region to device UI link.
|
Modifier and Type | Method and Description |
---|---|
DeviceId |
device()
Returns the identity of the device.
|
String |
endPointA()
Returns the identifier of end-point A in string form.
|
String |
endPointB()
Returns the identifier of end-point B in string form.
|
String |
endPortB()
Returns the port number (as a string) for end-point B, if applicable.
|
PortNumber |
port()
Returns the identity of the device port.
|
RegionId |
region()
Returns the identity of the region.
|
public UiRegionDeviceLink(UiTopology topology, UiLinkId id)
topology
- parent topologyid
- canonicalized link identifierIllegalArgumentException
- if the link ID is not region-regionpublic String endPointA()
UiLink
public String endPointB()
UiLink
public String endPortB()
UiLink
public RegionId region()
public DeviceId device()
public PortNumber port()