Class Alternative
- java.lang.Object
-
- com.algolia.search.models.indexing.Alternative
-
public class Alternative extends Object
-
-
Constructor Summary
Constructors Constructor Description Alternative()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetLength()LonggetOffset()StringgetType()LonggetTypos()List<String>getWords()AlternativesetLength(Long length)AlternativesetOffset(Long offset)AlternativesetType(String type)AlternativesetTypos(Long typos)AlternativesetWords(List<String> words)
-
-
-
Method Detail
-
getType
public String getType()
-
setType
public Alternative setType(String type)
-
setWords
public Alternative setWords(List<String> words)
-
getTypos
public Long getTypos()
-
setTypos
public Alternative setTypos(Long typos)
-
getOffset
public Long getOffset()
-
setOffset
public Alternative setOffset(Long offset)
-
getLength
public Long getLength()
-
setLength
public Alternative setLength(Long length)
-
-