public class Conversions extends GenericModel
| Constructor and Description | 
|---|
Conversions()  | 
| Modifier and Type | Method and Description | 
|---|---|
HtmlSettings | 
getHtml()
Gets the html. 
 | 
java.util.List<NormalizationOperation> | 
getJsonNormalizations()
Gets the jsonNormalizations. 
 | 
PdfSettings | 
getPdf()
Gets the pdf. 
 | 
SegmentSettings | 
getSegment()
Gets the segment. 
 | 
WordSettings | 
getWord()
Gets the word. 
 | 
void | 
setHtml(HtmlSettings html)
Sets the html. 
 | 
void | 
setJsonNormalizations(java.util.List<NormalizationOperation> jsonNormalizations)
Sets the jsonNormalizations. 
 | 
void | 
setPdf(PdfSettings pdf)
Sets the pdf. 
 | 
void | 
setSegment(SegmentSettings segment)
Sets the segment. 
 | 
void | 
setWord(WordSettings word)
Sets the word. 
 | 
equals, hashCode, toStringpublic PdfSettings getPdf()
public WordSettings getWord()
public HtmlSettings getHtml()
public SegmentSettings getSegment()
public java.util.List<NormalizationOperation> getJsonNormalizations()
public void setPdf(PdfSettings pdf)
pdf - the new pdfpublic void setWord(WordSettings word)
word - the new wordpublic void setHtml(HtmlSettings html)
html - the new htmlpublic void setSegment(SegmentSettings segment)
segment - the new segmentpublic void setJsonNormalizations(java.util.List<NormalizationOperation> jsonNormalizations)
jsonNormalizations - the new jsonNormalizations