public class TrainingExample extends GenericModel
| Constructor and Description | 
|---|
TrainingExample()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getCrossReference()
Gets the crossReference. 
 | 
java.lang.String | 
getDocumentId()
Gets the documentId. 
 | 
java.lang.Long | 
getRelevance()
Gets the relevance. 
 | 
void | 
setCrossReference(java.lang.String crossReference)
Sets the crossReference. 
 | 
void | 
setDocumentId(java.lang.String documentId)
Sets the documentId. 
 | 
void | 
setRelevance(long relevance)
Sets the relevance. 
 | 
equals, hashCode, toStringpublic java.lang.String getDocumentId()
public java.lang.String getCrossReference()
public java.lang.Long getRelevance()
public void setDocumentId(java.lang.String documentId)
documentId - the new documentIdpublic void setCrossReference(java.lang.String crossReference)
crossReference - the new crossReferencepublic void setRelevance(long relevance)
relevance - the new relevance