- java.lang.Object
-
- swim.system.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 CellAddress
cellAddress()
DownlinkAddress
cellAddress(CellAddress cellAddress)
static DownlinkAddress
create(CellAddress cellAddress, Value linkKey)
<T> Output<T>
debug(Output<T> output)
Writes a developer readable, debug-formatted string representation of this object tooutput
.boolean
equals(Object other)
int
hashCode()
Value
linkKey()
DownlinkAddress
linkKey(Value linkKey)
String
toString()
-
-
-
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:Debug
Writes a developer readable, debug-formatted string representation of this object tooutput
.
-
create
public static DownlinkAddress create(CellAddress cellAddress, Value linkKey)
-
-