public class DocumentSample extends Object
Constructor and Description |
---|
DocumentSample(String category,
String text) |
DocumentSample(String category,
String[] text) |
DocumentSample(String category,
String[] text,
Map<String,Object> extraInformation) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getCategory() |
Map<String,Object> |
getExtraInformation() |
String[] |
getText() |
int |
hashCode() |
String |
toString() |
Copyright © 2017 The Apache Software Foundation. All rights reserved.