- 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 JsAgentDef
copy(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
.boolean
equals(Object other)
static JsAgentDef
fromModulePath(String modulePath)
static JsAgentDef
fromModulePath(UriPath modulePath)
int
hashCode()
Value
id()
JsAgentDef
id(Value id)
UriPath
modulePath()
JsAgentDef
modulePath(UriPath modulePath)
Value
props()
JsAgentDef
props(Value props)
String
toString()
-
-
-
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:Debug
Writes 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)
-
-