- 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)static DownlinkAddresscreate(CellAddress cellAddress, Value linkKey)<T> Output<T>debug(Output<T> output)Writes a developer readable, debug-formatted string representation of this object tooutput.booleanequals(Object other)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 <T> Output<T> debug(Output<T> output)
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput.
-
create
public static DownlinkAddress create(CellAddress cellAddress, Value linkKey)
-
-