Package com.seeq.model
Class FormulaPackageImportOutputV1
java.lang.Object
com.seeq.model.FormulaPackageImportOutputV1
FormulaPackageImportOutputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDocsItem
(FormulaDocOutputV1 docsItem) addErrorsItem
(String errorsItem) addFunctionsItem
(CalculatedItemOutputV1 functionsItem) docs
(List<FormulaDocOutputV1> docs) boolean
formulaPackage
(FormulaPackageOutputV1 formulaPackage) functions
(List<CalculatedItemOutputV1> functions) getDocs()
The list of results from doc updates.If there were any errors during sync, they will be listed here and the other objects will be empty.Get formulaPackageThe list of results from the function updates.int
hashCode()
void
setDocs
(List<FormulaDocOutputV1> docs) void
void
setFormulaPackage
(FormulaPackageOutputV1 formulaPackage) void
setFunctions
(List<CalculatedItemOutputV1> functions) toString()
-
Constructor Details
-
FormulaPackageImportOutputV1
public FormulaPackageImportOutputV1()
-
-
Method Details
-
docs
-
addDocsItem
-
getDocs
The list of results from doc updates. The Nth output corresponds to the Nth input.- Returns:
- docs
-
setDocs
-
errors
-
addErrorsItem
-
getErrors
If there were any errors during sync, they will be listed here and the other objects will be empty.- Returns:
- errors
-
setErrors
-
formulaPackage
-
getFormulaPackage
Get formulaPackage- Returns:
- formulaPackage
-
setFormulaPackage
-
functions
-
addFunctionsItem
-
getFunctions
The list of results from the function updates. The Nth output corresponds to the Nth input.- Returns:
- functions
-
setFunctions
-
equals
-
hashCode
public int hashCode() -
toString
-