Package com.seeq.model
Class FormulaDocOutputV1
java.lang.Object
com.seeq.model.FormulaDocOutputV1
The list of results from doc updates. The Nth output corresponds to the Nth input.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddChildrenItem
(SeeAlsoDocOutputV1 childrenItem) addConstantsItem
(String constantsItem) addExamplesItem
(FormulaExampleOutputV1 examplesItem) addExcelSynonymsItem
(String excelSynonymsItem) addFunctionsItem
(FunctionVariantOutputV1 functionsItem) addKeywordsItem
(String keywordsItem) addParametersItem
(ParameterDocOutputV1 parametersItem) addParentsItem
(SeeAlsoDocOutputV1 parentsItem) addSeeAlsosItem
(SeeAlsoDocOutputV1 seeAlsosItem) children
(List<SeeAlsoDocOutputV1> children) description
(String description) docCreatedAt
(String docCreatedAt) documentationHref
(String documentationHref) docUpdatedAt
(String docUpdatedAt) boolean
examples
(List<FormulaExampleOutputV1> examples) excelSynonyms
(List<String> excelSynonyms) functionGroupId
(String functionGroupId) functions
(List<FunctionVariantOutputV1> functions) Child links of this documentConstants provided by this documentThe body of this documentThe timestamp that this document was created atThe href of this documentThe timestamp that this document was last updated atFormula examples demonstrating the functions in this documentSearch synonyms for this document, generally corresponding to an excel functionThe identifier of this documentFunctions in this documentSearch keywords for this documentThe timestamp that the Package was created atThe contact information of the Package creatorThe name of the Package creatorThe package containing this documentThe name of the Package installerThe timestamp that the Package was last updated atThe version of the PackageParameters of the functions in this documentParent link of this documentRelated links of this documentgetTitle()
The title of this documentint
hashCode()
packageCreatedAt
(String packageCreatedAt) packageCreatorContactInfo
(String packageCreatorContactInfo) packageCreatorName
(String packageCreatorName) packageInstallerName
(String packageInstallerName) packageUpdatedAt
(String packageUpdatedAt) packageVersion
(String packageVersion) parameters
(List<ParameterDocOutputV1> parameters) parents
(List<SeeAlsoDocOutputV1> parents) seeAlsos
(List<SeeAlsoDocOutputV1> seeAlsos) void
setChildren
(List<SeeAlsoDocOutputV1> children) void
setConstants
(List<String> constants) void
setDescription
(String description) void
setDocCreatedAt
(String docCreatedAt) void
setDocumentationHref
(String documentationHref) void
setDocUpdatedAt
(String docUpdatedAt) void
setExamples
(List<FormulaExampleOutputV1> examples) void
setExcelSynonyms
(List<String> excelSynonyms) void
setFunctionGroupId
(String functionGroupId) void
setFunctions
(List<FunctionVariantOutputV1> functions) void
setKeywords
(List<String> keywords) void
setPackageCreatedAt
(String packageCreatedAt) void
setPackageCreatorContactInfo
(String packageCreatorContactInfo) void
setPackageCreatorName
(String packageCreatorName) void
setPackageId
(String packageId) void
setPackageInstallerName
(String packageInstallerName) void
setPackageUpdatedAt
(String packageUpdatedAt) void
setPackageVersion
(String packageVersion) void
setParameters
(List<ParameterDocOutputV1> parameters) void
setParents
(List<SeeAlsoDocOutputV1> parents) void
setSeeAlsos
(List<SeeAlsoDocOutputV1> seeAlsos) void
toString()
-
Constructor Details
-
FormulaDocOutputV1
public FormulaDocOutputV1()
-
-
Method Details
-
children
-
addChildrenItem
-
getChildren
Child links of this document- Returns:
- children
-
setChildren
-
constants
-
addConstantsItem
-
getConstants
Constants provided by this document- Returns:
- constants
-
setConstants
-
description
-
getDescription
The body of this document- Returns:
- description
-
setDescription
-
docCreatedAt
-
getDocCreatedAt
The timestamp that this document was created at- Returns:
- docCreatedAt
-
setDocCreatedAt
-
docUpdatedAt
-
getDocUpdatedAt
The timestamp that this document was last updated at- Returns:
- docUpdatedAt
-
setDocUpdatedAt
-
documentationHref
-
getDocumentationHref
The href of this document- Returns:
- documentationHref
-
setDocumentationHref
-
examples
-
addExamplesItem
-
getExamples
Formula examples demonstrating the functions in this document- Returns:
- examples
-
setExamples
-
excelSynonyms
-
addExcelSynonymsItem
-
getExcelSynonyms
Search synonyms for this document, generally corresponding to an excel function- Returns:
- excelSynonyms
-
setExcelSynonyms
-
functionGroupId
-
getFunctionGroupId
The identifier of this document- Returns:
- functionGroupId
-
setFunctionGroupId
-
functions
-
addFunctionsItem
-
getFunctions
Functions in this document- Returns:
- functions
-
setFunctions
-
keywords
-
addKeywordsItem
-
getKeywords
Search keywords for this document- Returns:
- keywords
-
setKeywords
-
packageCreatedAt
-
getPackageCreatedAt
The timestamp that the Package was created at- Returns:
- packageCreatedAt
-
setPackageCreatedAt
-
packageCreatorContactInfo
-
getPackageCreatorContactInfo
The contact information of the Package creator- Returns:
- packageCreatorContactInfo
-
setPackageCreatorContactInfo
-
packageCreatorName
-
getPackageCreatorName
The name of the Package creator- Returns:
- packageCreatorName
-
setPackageCreatorName
-
packageId
-
getPackageId
The package containing this document- Returns:
- packageId
-
setPackageId
-
packageInstallerName
-
getPackageInstallerName
The name of the Package installer- Returns:
- packageInstallerName
-
setPackageInstallerName
-
packageUpdatedAt
-
getPackageUpdatedAt
The timestamp that the Package was last updated at- Returns:
- packageUpdatedAt
-
setPackageUpdatedAt
-
packageVersion
-
getPackageVersion
The version of the Package- Returns:
- packageVersion
-
setPackageVersion
-
parameters
-
addParametersItem
-
getParameters
Parameters of the functions in this document- Returns:
- parameters
-
setParameters
-
parents
-
addParentsItem
-
getParents
Parent link of this document- Returns:
- parents
-
setParents
-
seeAlsos
-
addSeeAlsosItem
-
getSeeAlsos
Related links of this document- Returns:
- seeAlsos
-
setSeeAlsos
-
title
-
getTitle
The title of this document- Returns:
- title
-
setTitle
-
equals
-
hashCode
public int hashCode() -
toString
-