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