public class GemHostDevicesModel.GemDevicesReportVariable extends GemToolModelSnapshot.GemReportVariable
GemToolModelSnapshot.GemReportVariable.VariableType
associatedIDs, configured, sort
id, name
Constructor and Description |
---|
GemDevicesReportVariable(java.lang.String name,
long id,
java.util.List<java.lang.Long> ids,
GemToolModelSnapshot.GemReportVariable.VariableType variableType,
boolean configured,
java.lang.String deviceName,
java.lang.String tagName,
java.lang.String script) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDeviceName() |
java.lang.String |
getScript() |
java.lang.String |
getTagName() |
getDataSourceName, removeIdReference, toString
equals, getId, getName, hashCode
public GemDevicesReportVariable(java.lang.String name, long id, java.util.List<java.lang.Long> ids, GemToolModelSnapshot.GemReportVariable.VariableType variableType, boolean configured, java.lang.String deviceName, java.lang.String tagName, java.lang.String script)
name
- the variable nameid
- the variable idids
- the list of VIDs that compose this reportvariableType
- the type of the variable (typically a 5x)configured
- whether the host should create/link/etc. this report or whether it's already part of the tool and so need not be configured.deviceName
- The device name that should be set as a listener to this variable.tagName
- The tag name that should be set as a listener to this variable.script
- The script that should be set to this variable.Copyright © 1999-2025 ErgoTech Systems, Inc. All Rights Reserved.