Package com.seeq.model
Class FormulaPackageImportInputV1
java.lang.Object
com.seeq.model.FormulaPackageImportInputV1
FormulaPackageImportInputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDocsItem
(FormulaDocInputV1 docsItem) addFunctionsItem
(FunctionInputV1 functionsItem) docs
(List<FormulaDocInputV1> docs) boolean
formulaPackage
(FormulaPackageInputV1 formulaPackage) functions
(List<FunctionInputV1> functions) getDocs()
The list of docs to be added or modifiedGet formulaPackageThe list of functions to be added or modifiedAn arbitrary token (often a date or random ID) that is used during metadata syncs.int
hashCode()
void
setDocs
(List<FormulaDocInputV1> docs) void
setFormulaPackage
(FormulaPackageInputV1 formulaPackage) void
setFunctions
(List<FunctionInputV1> functions) void
setSyncToken
(String syncToken) toString()
-
Constructor Details
-
FormulaPackageImportInputV1
public FormulaPackageImportInputV1()
-
-
Method Details
-
docs
-
addDocsItem
-
getDocs
The list of docs to be added or modified- Returns:
- docs
-
setDocs
-
formulaPackage
-
getFormulaPackage
Get formulaPackage- Returns:
- formulaPackage
-
setFormulaPackage
-
functions
-
addFunctionsItem
-
getFunctions
The list of functions to be added or modified- Returns:
- functions
-
setFunctions
-
syncToken
-
getSyncToken
An arbitrary token (often a date or random ID) that is used during metadata syncs. At the end of a full sync, items with mismatching sync tokens are identified as stale and may be archived using the Datasources clean-up API. This token will be applied to the package, function, and doc items in this import overriding any token value that may have been set in those.- Returns:
- syncToken
-
setSyncToken
-
equals
-
hashCode
public int hashCode() -
toString
-