Package io.vertx.up.atom.agent
Class Arrange
- java.lang.Object
-
- io.vertx.up.atom.agent.Arrange
-
- All Implemented Interfaces:
Serializable
public class Arrange extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Arrange()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.vertx.core.json.JsonObjectgetDelivery()DeployModegetMode()io.vertx.core.json.JsonObjectgetOptions()voidsetDelivery(io.vertx.core.json.JsonObject delivery)voidsetMode(DeployMode mode)voidsetOptions(io.vertx.core.json.JsonObject options)StringtoString()
-
-
-
Method Detail
-
getMode
public DeployMode getMode()
-
setMode
public void setMode(DeployMode mode)
-
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)
-
-