- java.lang.Object
-
- swim.linker.PlaneDef
-
-
Constructor Summary
Constructors Constructor Description PlaneDef(String name, String className, HashTrieMap<String,AgentTypeDef> agentTypeDefs, FingerTrieSeq<AuthDef> authDefs, WarpSettings warpSettings)
PlaneDef(String name, String className, HashTrieMap<String,AgentTypeDef> agentTypeDefs, FingerTrieSeq<AuthDef> authDefs, WarpSettings warpSettings, Record record)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PlaneDef
agentTypeDef(AgentTypeDef agentTypeDef)
HashTrieMap<String,AgentTypeDef>
agentTypeDefs()
PlaneDef
authDef(AuthDef authDef)
FingerTrieSeq<AuthDef>
authDefs()
String
className()
PlaneDef
className(String className)
void
debug(Output<?> output)
Writes a developer readable, debug-formatted string representation of this object tooutput
.boolean
equals(Object other)
static Form<PlaneDef>
form()
AgentTypeDef
getAgentTypeDef(String agentName)
int
hashCode()
String
name()
PlaneDef
name(String name)
Record
record()
String
toString()
Value
toValue()
WarpSettings
warpSettings()
PlaneDef
warpSettings(WarpSettings warpSettings)
-
-
-
Constructor Detail
-
PlaneDef
public PlaneDef(String name, String className, HashTrieMap<String,AgentTypeDef> agentTypeDefs, FingerTrieSeq<AuthDef> authDefs, WarpSettings warpSettings)
-
PlaneDef
public PlaneDef(String name, String className, HashTrieMap<String,AgentTypeDef> agentTypeDefs, FingerTrieSeq<AuthDef> authDefs, WarpSettings warpSettings, Record record)
-
-
Method Detail
-
name
public String name()
-
className
public String className()
-
agentTypeDefs
public HashTrieMap<String,AgentTypeDef> agentTypeDefs()
-
getAgentTypeDef
public AgentTypeDef getAgentTypeDef(String agentName)
-
agentTypeDef
public PlaneDef agentTypeDef(AgentTypeDef agentTypeDef)
-
authDefs
public FingerTrieSeq<AuthDef> authDefs()
-
warpSettings
public WarpSettings warpSettings()
-
warpSettings
public PlaneDef warpSettings(WarpSettings warpSettings)
-
record
public Record record()
-
toValue
public Value toValue()
-
debug
public void debug(Output<?> output)
Description copied from interface:Debug
Writes a developer readable, debug-formatted string representation of this object tooutput
.
-
-