Class Arrange

java.lang.Object
io.vertx.up.atom.agent.Arrange
All Implemented Interfaces:
Serializable

public class Arrange extends Object implements Serializable
See Also:
  • Constructor Details

    • Arrange

      public Arrange()
  • Method Details

    • 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)
    • toString

      public String toString()
      Overrides:
      toString in class Object