protected static class IngestStatuses.OutputKey extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
documentClass |
protected String |
documentIDHash |
protected String |
outputConnectionName |
Constructor and Description |
---|
IngestStatuses.OutputKey(String documentClass,
String documentIDHash,
String outputConnectionName)
Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDocumentClass()
Get the document class
|
String |
getDocumentIDHash()
Get the document ID hash
|
String |
getOutputConnectionName()
Get the output connection name
|
int |
hashCode() |
protected final String documentClass
protected final String documentIDHash
protected final String outputConnectionName