- java.lang.Object
-
- swim.runtime.reflect.MeshInfo
-
public class MeshInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected swim.structure.ValuegatewayPartKeyprotected swim.uri.UrimeshUriprotected swim.structure.ValueourselfPartKeyprotected intpartCount
-
Constructor Summary
Constructors Constructor Description MeshInfo(swim.uri.Uri meshUri, swim.structure.Value gatewayPartKey, swim.structure.Value ourselfPartKey, int partCount)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static swim.structure.Form<MeshInfo>form()static MeshInfofrom(MeshBinding meshBinding)swim.structure.ValuegatewayPartKey()swim.uri.UrimeshUri()swim.structure.ValueourselfPartKey()swim.structure.ValuetoValue()
-
-
-
Method Detail
-
from
public static MeshInfo from(MeshBinding meshBinding)
-
form
@Kind public static swim.structure.Form<MeshInfo> form()
-
meshUri
public final swim.uri.Uri meshUri()
-
gatewayPartKey
public final swim.structure.Value gatewayPartKey()
-
ourselfPartKey
public final swim.structure.Value ourselfPartKey()
-
toValue
public swim.structure.Value toValue()
-
-