public class ScanCursor extends Object
| Constructor and Description |
|---|
ScanCursor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCursor() |
boolean |
isFinished() |
static ScanCursor |
of(String cursor)
Creates a Scan-Cursor reference.
|
void |
setCursor(String cursor)
Set the cursor
|
void |
setFinished(boolean finished) |
public String getCursor()
public void setCursor(String cursor)
cursor - the cursor idpublic boolean isFinished()
public void setFinished(boolean finished)
public static ScanCursor of(String cursor)
cursor - the cursor idCopyright © 2016. All rights reserved.