- java.lang.Object
-
- swim.runtime.DownlinkAddress
-
- All Implemented Interfaces:
Debug,CellAddress,LinkAddress
public final class DownlinkAddress extends Object implements LinkAddress, Debug
-
-
Constructor Summary
Constructors Constructor Description DownlinkAddress(CellAddress cellAddress, Value linkKey)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CellAddresscellAddress()DownlinkAddresscellAddress(CellAddress cellAddress)voiddebug(Output<?> output)Writes a developer readable, debug-formatted string representation of this object tooutput.booleanequals(Object other)static DownlinkAddressfrom(CellAddress cellAddress, Value linkKey)inthashCode()ValuelinkKey()DownlinkAddresslinkKey(Value linkKey)StringtoString()
-
-
-
Constructor Detail
-
DownlinkAddress
public DownlinkAddress(CellAddress cellAddress, Value linkKey)
-
-
Method Detail
-
cellAddress
public CellAddress cellAddress()
-
cellAddress
public DownlinkAddress cellAddress(CellAddress cellAddress)
-
linkKey
public Value linkKey()
-
linkKey
public DownlinkAddress linkKey(Value linkKey)
-
debug
public void debug(Output<?> output)
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput.
-
from
public static DownlinkAddress from(CellAddress cellAddress, Value linkKey)
-
-