public class CollectionIndexingSession
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
CollectionIndexingSession() |
protected |
CollectionIndexingSession(java.lang.String collectionKey) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Checks equality of two CollectionIndexingSession objects.
|
java.lang.String |
getCollection() |
java.lang.String |
getSessionId() |
protected void |
setSessionId(java.lang.String sessionId) |
java.lang.String |
toString() |
protected CollectionIndexingSession(java.lang.String collectionKey)
protected CollectionIndexingSession()
protected void setSessionId(java.lang.String sessionId)
public java.lang.String getSessionId()
public java.lang.String getCollection()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
o
- The CollectionIndexingSession to compare to this