Package com.seeq.model
Class FormulaDocSummaryOutputV1
java.lang.Object
com.seeq.model.FormulaDocSummaryOutputV1
FormulaDocSummaryOutputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddExcelSynonymsItem
(String excelSynonymsItem) addKeywordsItem
(String keywordsItem) description
(String description) documentationHref
(String documentationHref) boolean
excelSynonyms
(List<String> excelSynonyms) A detailed description of the pageThe href to the documentationSearch synonyms for this document, generally corresponding to an excel functionGet fluentKeywords of the documentation pagegetName()
The identifier of the documentationA short description of the pageint
hashCode()
void
setDescription
(String description) void
setDocumentationHref
(String documentationHref) void
setExcelSynonyms
(List<String> excelSynonyms) void
void
setKeywords
(List<String> keywords) void
void
setShortDescription
(String shortDescription) shortDescription
(String shortDescription) toString()
-
Constructor Details
-
FormulaDocSummaryOutputV1
public FormulaDocSummaryOutputV1()
-
-
Method Details
-
description
-
getDescription
A detailed description of the page- Returns:
- description
-
setDescription
-
documentationHref
-
getDocumentationHref
The href to the documentation- Returns:
- documentationHref
-
setDocumentationHref
-
excelSynonyms
-
addExcelSynonymsItem
-
getExcelSynonyms
Search synonyms for this document, generally corresponding to an excel function- Returns:
- excelSynonyms
-
setExcelSynonyms
-
fluent
-
getFluent
Get fluent- Returns:
- fluent
-
setFluent
-
keywords
-
addKeywordsItem
-
getKeywords
Keywords of the documentation page- Returns:
- keywords
-
setKeywords
-
name
-
getName
The identifier of the documentation- Returns:
- name
-
setName
-
shortDescription
-
getShortDescription
A short description of the page- Returns:
- shortDescription
-
setShortDescription
-
equals
-
hashCode
public int hashCode() -
toString
-