public class FeedbackDataInput extends GenericModel
| Constructor and Description | 
|---|
FeedbackDataInput()  | 
| Modifier and Type | Method and Description | 
|---|---|
ShortDoc | 
getDocument()
Gets the document. 
 | 
java.lang.String | 
getFeedbackType()
Gets the feedbackType. 
 | 
Location | 
getLocation()
Gets the location. 
 | 
java.lang.String | 
getModelId()
Gets the modelId. 
 | 
java.lang.String | 
getModelVersion()
Gets the modelVersion. 
 | 
OriginalLabelsIn | 
getOriginalLabels()
Gets the originalLabels. 
 | 
java.lang.String | 
getText()
Gets the text. 
 | 
UpdatedLabelsIn | 
getUpdatedLabels()
Gets the updatedLabels. 
 | 
void | 
setDocument(ShortDoc document)
Sets the document. 
 | 
void | 
setFeedbackType(java.lang.String feedbackType)
Sets the feedbackType. 
 | 
void | 
setLocation(Location location)
Sets the location. 
 | 
void | 
setModelId(java.lang.String modelId)
Sets the modelId. 
 | 
void | 
setModelVersion(java.lang.String modelVersion)
Sets the modelVersion. 
 | 
void | 
setOriginalLabels(OriginalLabelsIn originalLabels)
Sets the originalLabels. 
 | 
void | 
setText(java.lang.String text)
Sets the text. 
 | 
void | 
setUpdatedLabels(UpdatedLabelsIn updatedLabels)
Sets the updatedLabels. 
 | 
equals, hashCode, toStringpublic java.lang.String getFeedbackType()
public ShortDoc getDocument()
public java.lang.String getModelId()
public java.lang.String getModelVersion()
public Location getLocation()
public java.lang.String getText()
public OriginalLabelsIn getOriginalLabels()
public UpdatedLabelsIn getUpdatedLabels()
public void setFeedbackType(java.lang.String feedbackType)
feedbackType - the new feedbackTypepublic void setDocument(ShortDoc document)
document - the new documentpublic void setModelId(java.lang.String modelId)
modelId - the new modelIdpublic void setModelVersion(java.lang.String modelVersion)
modelVersion - the new modelVersionpublic void setLocation(Location location)
location - the new locationpublic void setText(java.lang.String text)
text - the new textpublic void setOriginalLabels(OriginalLabelsIn originalLabels)
originalLabels - the new originalLabelspublic void setUpdatedLabels(UpdatedLabelsIn updatedLabels)
updatedLabels - the new updatedLabels