public class Alternative extends Object
| Constructor and Description |
|---|
Alternative() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getLength() |
Long |
getOffset() |
String |
getType() |
Long |
getTypos() |
List<String> |
getWords() |
Alternative |
setLength(Long length) |
Alternative |
setOffset(Long offset) |
Alternative |
setType(String type) |
Alternative |
setTypos(Long typos) |
Alternative |
setWords(List<String> words) |
public String getType()
public Alternative setType(String type)
public Alternative setWords(List<String> words)
public Long getTypos()
public Alternative setTypos(Long typos)
public Long getOffset()
public Alternative setOffset(Long offset)
public Long getLength()
public Alternative setLength(Long length)
Copyright © 2019. All rights reserved.