Package com.seeq.model
Class PutScalarsInputV1
java.lang.Object
com.seeq.model.PutScalarsInputV1
PutScalarsInputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddScalarsItem
(PutScalarInputV1 scalarsItem) datasourceClass
(String datasourceClass) datasourceId
(String datasourceId) boolean
forceCalculatedScalars
(Boolean forceCalculatedScalars) Along with the Datasource ID, the Datasource Class uniquely identifies a datasource.Along with the Datasource Class, the Datasource ID uniquely identifies a datasource.Set to true to force creation of CalculatedScalar (formula)types, which are editable in the UI.A list of scalars to create or updateint
hashCode()
scalars
(List<PutScalarInputV1> scalars) void
setDatasourceClass
(String datasourceClass) void
setDatasourceId
(String datasourceId) void
setForceCalculatedScalars
(Boolean forceCalculatedScalars) void
setScalars
(List<PutScalarInputV1> scalars) toString()
-
Constructor Details
-
PutScalarsInputV1
public PutScalarsInputV1()
-
-
Method Details
-
datasourceClass
-
getDatasourceClass
Along with the Datasource ID, the Datasource Class uniquely identifies a datasource. For example, a datasource may be a particular instance of an OSIsoft PI historian.- Returns:
- datasourceClass
-
setDatasourceClass
-
datasourceId
-
getDatasourceId
Along with the Datasource Class, the Datasource ID uniquely identifies a datasource. For example, a datasource may be a particular instance of an OSIsoft PI historian.- Returns:
- datasourceId
-
setDatasourceId
-
forceCalculatedScalars
-
getForceCalculatedScalars
Set to true to force creation of CalculatedScalar (formula)types, which are editable in the UI. If false, scalars will be represented as LiteralScalar (constants) if possible, otherwise as CalculatedScalar.- Returns:
- forceCalculatedScalars
-
setForceCalculatedScalars
-
scalars
-
addScalarsItem
-
getScalars
A list of scalars to create or update- Returns:
- scalars
-
setScalars
-
equals
-
hashCode
public int hashCode() -
toString
-