public class L1Config extends Object implements Serializable
| Constructor and Description |
|---|
L1Config() |
| Modifier and Type | Method and Description |
|---|---|
L1Config |
copy() |
String |
getAddress() |
Class<?> |
getComponent() |
io.vertx.core.json.JsonObject |
getMatrix() |
io.vertx.core.json.JsonObject |
getOptions() |
Class<?> |
getWorker() |
void |
setAddress(String address) |
void |
setComponent(Class<?> component) |
void |
setMatrix(io.vertx.core.json.JsonObject matrix) |
void |
setOptions(io.vertx.core.json.JsonObject options) |
void |
setWorker(Class<?> worker) |
public Class<?> getComponent()
public void setComponent(Class<?> component)
public io.vertx.core.json.JsonObject getOptions()
public void setOptions(io.vertx.core.json.JsonObject options)
public io.vertx.core.json.JsonObject getMatrix()
public void setMatrix(io.vertx.core.json.JsonObject matrix)
public Class<?> getWorker()
public void setWorker(Class<?> worker)
public String getAddress()
public void setAddress(String address)
public L1Config copy()
Copyright © 2021. All rights reserved.