public class Script extends Object
| Constructor and Description |
|---|
Script(long id,
String name,
String source)
Create script object with given ID and source code.
|
Script(org.netxms.base.NXCPMessage msg)
Create script object from msg
|
Script(org.netxms.base.NXCPMessage msg,
long base)
Create script object for list from msg
|
public Script(long id,
String name,
String source)
id - The script IDname - The script namesource - The script sourcepublic Script(org.netxms.base.NXCPMessage msg)
msg - The NXCPMessagepublic Script(org.netxms.base.NXCPMessage msg,
long base)
msg - The NXCPMessagebase - The base IDCopyright © 2018. All rights reserved.