- java.lang.Object
-
- swim.runtime.CellAddress
-
- swim.runtime.LinkAddress
-
- swim.runtime.DownlinkAddress
-
- All Implemented Interfaces:
Debug
public final class DownlinkAddress extends LinkAddress implements Debug
-
-
Constructor Summary
Constructors Constructor Description DownlinkAddress(CellAddress cellAddress, Value linkKey)
-
Method Summary
Modifier and Type Method Description CellAddress
cellAddress()
DownlinkAddress
cellAddress(CellAddress cellAddress)
void
debug(Output<?> output)
Writes a developer readable, debug-formatted string representation of this object tooutput
.boolean
equals(Object other)
static DownlinkAddress
from(CellAddress cellAddress, Value linkKey)
int
hashCode()
Value
linkKey()
DownlinkAddress
linkKey(Value linkKey)
String
toString()
-
-
-
Constructor Detail
-
DownlinkAddress
public DownlinkAddress(CellAddress cellAddress, Value linkKey)
-
-
Method Detail
-
from
public static DownlinkAddress from(CellAddress cellAddress, Value linkKey)
-
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:Debug
Writes a developer readable, debug-formatted string representation of this object tooutput
.
-
-