Package io.vertx.up.atom.agent
Class Arrange
java.lang.Object
io.vertx.up.atom.agent.Arrange
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.vertx.core.json.JsonObjectgetMode()io.vertx.core.json.JsonObjectvoidsetDelivery(io.vertx.core.json.JsonObject delivery) voidsetMode(DeployMode mode) voidsetOptions(io.vertx.core.json.JsonObject options) toString()
-
Constructor Details
-
Arrange
public Arrange()
-
-
Method Details
-
getMode
-
setMode
-
getOptions
public io.vertx.core.json.JsonObject getOptions() -
setOptions
public void setOptions(io.vertx.core.json.JsonObject options) -
getDelivery
public io.vertx.core.json.JsonObject getDelivery() -
setDelivery
public void setDelivery(io.vertx.core.json.JsonObject delivery) -
toString
-