- java.lang.Object
-
- swim.runtime.DownlinkAddress
-
- All Implemented Interfaces:
swim.codec.Debug,CellAddress,LinkAddress
public final class DownlinkAddress extends Object implements LinkAddress, swim.codec.Debug
-
-
Constructor Summary
Constructors Constructor Description DownlinkAddress(CellAddress cellAddress, swim.structure.Value linkKey)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CellAddresscellAddress()DownlinkAddresscellAddress(CellAddress cellAddress)voiddebug(swim.codec.Output<?> output)booleanequals(Object other)static DownlinkAddressfrom(CellAddress cellAddress, swim.structure.Value linkKey)inthashCode()swim.structure.ValuelinkKey()DownlinkAddresslinkKey(swim.structure.Value linkKey)StringtoString()
-
-
-
Constructor Detail
-
DownlinkAddress
public DownlinkAddress(CellAddress cellAddress, swim.structure.Value linkKey)
-
-
Method Detail
-
cellAddress
public CellAddress cellAddress()
-
cellAddress
public DownlinkAddress cellAddress(CellAddress cellAddress)
-
linkKey
public swim.structure.Value linkKey()
-
linkKey
public DownlinkAddress linkKey(swim.structure.Value linkKey)
-
debug
public void debug(swim.codec.Output<?> output)
- Specified by:
debugin interfaceswim.codec.Debug
-
from
public static DownlinkAddress from(CellAddress cellAddress, swim.structure.Value linkKey)
-
-