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