- java.lang.Object
-
- swim.linker.AgentTypeDef
-
- All Implemented Interfaces:
swim.api.agent.AgentTypeContext,swim.codec.Debug
public final class AgentTypeDef extends Object implements swim.api.agent.AgentTypeContext, swim.codec.Debug
-
-
Constructor Summary
Constructors Constructor Description AgentTypeDef(String name, swim.uri.UriPattern route, String className)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()AgentTypeDefclassName(String className)voiddebug(swim.codec.Output<?> output)booleanequals(Object other)static swim.structure.Form<AgentTypeDef>form()inthashCode()Stringname()AgentTypeDefname(String name)static AgentTypeDefof(String name)swim.uri.UriPatternroute()AgentTypeDefroute(swim.uri.UriPattern route)StringtoString()swim.structure.ValuetoValue()
-
-
-
Method Detail
-
name
public String name()
- Specified by:
namein interfaceswim.api.agent.AgentTypeContext
-
name
public AgentTypeDef name(String name)
-
route
public swim.uri.UriPattern route()
- Specified by:
routein interfaceswim.api.agent.AgentTypeContext
-
route
public AgentTypeDef route(swim.uri.UriPattern route)
-
className
public String className()
-
className
public AgentTypeDef className(String className)
-
toValue
public swim.structure.Value toValue()
-
debug
public void debug(swim.codec.Output<?> output)
- Specified by:
debugin interfaceswim.codec.Debug
-
of
public static AgentTypeDef of(String name)
-
form
@Kind public static swim.structure.Form<AgentTypeDef> form()
-
-