- java.lang.Object
-
- swim.js.JsAgentDef
-
-
Constructor Summary
Constructors Constructor Description JsAgentDef(UriPath modulePath, Value id, Value props)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected JsAgentDefcopy(UriPath modulePath, Value id, Value props)<T> Output<T>debug(Output<T> output)Writes a developer readable, debug-formatted string representation of this object tooutput.booleanequals(Object other)static JsAgentDeffromModulePath(String modulePath)static JsAgentDeffromModulePath(UriPath modulePath)inthashCode()Valueid()JsAgentDefid(Value id)UriPathmodulePath()JsAgentDefmodulePath(UriPath modulePath)Valueprops()JsAgentDefprops(Value props)StringtoString()
-
-
-
Method Detail
-
modulePath
public final UriPath modulePath()
-
modulePath
public JsAgentDef modulePath(UriPath modulePath)
-
id
public JsAgentDef id(Value id)
-
props
public JsAgentDef props(Value props)
-
copy
protected JsAgentDef copy(UriPath modulePath, Value id, Value props)
-
debug
public <T> Output<T> debug(Output<T> output)
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput.
-
fromModulePath
public static JsAgentDef fromModulePath(UriPath modulePath)
-
fromModulePath
public static JsAgentDef fromModulePath(String modulePath)
-
-