- java.lang.Object
-
- swim.runtime.CellAddress
-
- swim.runtime.LinkAddress
-
- swim.runtime.UplinkAddress
-
- All Implemented Interfaces:
Debug
public final class UplinkAddress extends LinkAddress implements Debug
-
-
Method Summary
Modifier and Type Method Description voiddebug(Output<?> output)Writes a developer readable, debug-formatted string representation of this object tooutput.StringedgeName()booleanequals(Object other)static UplinkAddressfrom(String edgeName, String meshUri, Value partKey, String hostUri, String nodeUri, String laneUri, Value linkKey)static UplinkAddressfrom(String edgeName, Uri meshUri, Value partKey, Uri hostUri, Uri nodeUri, Uri laneUri, Value linkKey)inthashCode()UrihostUri()UplinkAddresshostUri(String hostUri)UplinkAddresshostUri(Uri hostUri)UrilaneUri()UplinkAddresslaneUri(String laneUri)UplinkAddresslaneUri(Uri laneUri)ValuelinkKey()UplinkAddresslinkKey(Value linkKey)UrimeshUri()UplinkAddressmeshUri(String meshUri)UplinkAddressmeshUri(Uri meshUri)UrinodeUri()UplinkAddressnodeUri(String nodeUri)UplinkAddressnodeUri(Uri nodeUri)ValuepartKey()UplinkAddresspartKey(Value partKey)StringtoString()
-
-
-
Method Detail
-
from
public static UplinkAddress from(String edgeName, Uri meshUri, Value partKey, Uri hostUri, Uri nodeUri, Uri laneUri, Value linkKey)
-
from
public static UplinkAddress from(String edgeName, String meshUri, Value partKey, String hostUri, String nodeUri, String laneUri, Value linkKey)
-
edgeName
public String edgeName()
-
meshUri
public Uri meshUri()
-
meshUri
public UplinkAddress meshUri(Uri meshUri)
-
meshUri
public UplinkAddress meshUri(String meshUri)
-
partKey
public Value partKey()
-
partKey
public UplinkAddress partKey(Value partKey)
-
hostUri
public Uri hostUri()
-
hostUri
public UplinkAddress hostUri(Uri hostUri)
-
hostUri
public UplinkAddress hostUri(String hostUri)
-
nodeUri
public Uri nodeUri()
-
nodeUri
public UplinkAddress nodeUri(Uri nodeUri)
-
nodeUri
public UplinkAddress nodeUri(String nodeUri)
-
laneUri
public Uri laneUri()
-
laneUri
public UplinkAddress laneUri(Uri laneUri)
-
laneUri
public UplinkAddress laneUri(String laneUri)
-
linkKey
public Value linkKey()
-
linkKey
public UplinkAddress 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.
-
-