Package com.seeq.model
Class FormulaParameterInputV1
java.lang.Object
com.seeq.model.FormulaParameterInputV1
Any parameters that should be placed in the context of the executing formula. At least one unbound parameter is required.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
The formula that defines this parameter.getId()
The ID of the item that is the value of this parameter.getName()
The name of the parameter as used in the formula.Indicate the value of this parameter will be provided at runtime.int
hashCode()
void
setFormula
(String formula) void
void
void
setUnbound
(Boolean unbound) toString()
-
Constructor Details
-
FormulaParameterInputV1
public FormulaParameterInputV1()
-
-
Method Details
-
formula
-
getFormula
The formula that defines this parameter. This is required if 'unbound' is true. This field or 'id' must be specified- Returns:
- formula
-
setFormula
-
id
-
getId
The ID of the item that is the value of this parameter. This can't be specified if 'unbound' is true. This field or 'formula' must be specified- Returns:
- id
-
setId
-
name
-
getName
The name of the parameter as used in the formula. It should not include the '$' prefix- Returns:
- name
-
setName
-
unbound
-
getUnbound
Indicate the value of this parameter will be provided at runtime. When true, it requires a sample formula to be specified in the 'formula' field so that the validity of the entire function can be validated. Default is false- Returns:
- unbound
-
setUnbound
-
equals
-
hashCode
public int hashCode() -
toString
-