Package com.alfresco.content.models
Class RequestHighlightFields
-
- All Implemented Interfaces:
@JsonClass(generateAdapter = true) public final class RequestHighlightFields
-
-
Field Summary
Fields Modifier and Type Field Description private Stringfieldprivate IntegersnippetCountprivate IntegerfragmentSizeprivate BooleanmergeContiguousprivate Stringprefixprivate Stringpostfix
-
Method Summary
Modifier and Type Method Description final StringgetField()The name of the field to highlight. final UnitsetField(@Json(name = "field") String field)The name of the field to highlight. final IntegergetSnippetCount()final UnitsetSnippetCount(@Json(name = "snippetCount") Integer snippetCount)final IntegergetFragmentSize()final UnitsetFragmentSize(@Json(name = "fragmentSize") Integer fragmentSize)final BooleangetMergeContiguous()final UnitsetMergeContiguous(@Json(name = "mergeContiguous") Boolean mergeContiguous)final StringgetPrefix()final UnitsetPrefix(@Json(name = "prefix") String prefix)final StringgetPostfix()final UnitsetPostfix(@Json(name = "postfix") String postfix)-
-
Method Detail
-
setField
final Unit setField(@Json(name = "field") String field)
The name of the field to highlight.
-
getSnippetCount
final Integer getSnippetCount()
-
setSnippetCount
final Unit setSnippetCount(@Json(name = "snippetCount") Integer snippetCount)
-
getFragmentSize
final Integer getFragmentSize()
-
setFragmentSize
final Unit setFragmentSize(@Json(name = "fragmentSize") Integer fragmentSize)
-
getMergeContiguous
final Boolean getMergeContiguous()
-
setMergeContiguous
final Unit setMergeContiguous(@Json(name = "mergeContiguous") Boolean mergeContiguous)
-
getPostfix
final String getPostfix()
-
setPostfix
final Unit setPostfix(@Json(name = "postfix") String postfix)
-
-
-
-