public class ScanOptions extends Object
Modifier and Type | Field and Description |
---|---|
static ScanOptions |
NONE |
Constructor and Description |
---|
ScanOptions() |
ScanOptions(JsonObject obj) |
ScanOptions(ScanOptions copy) |
Modifier and Type | Method and Description |
---|---|
ScanOptions |
setCount(int count) |
ScanOptions |
setMatch(String pattern) |
JsonObject |
toJson() |
JsonArray |
toJsonArray() |
public static final ScanOptions NONE
public ScanOptions()
public ScanOptions(ScanOptions copy)
public ScanOptions(JsonObject obj)
public JsonObject toJson()
public ScanOptions setCount(int count)
public ScanOptions setMatch(String pattern)
public JsonArray toJsonArray()
Copyright © 2016. All rights reserved.