Package io.vertx.up.uca.job.store
Class JobConfig
java.lang.Object
io.vertx.up.uca.job.store.JobConfig
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.vertx.up.commune.element.JComponentio.vertx.up.commune.element.JComponentio.vertx.up.commune.element.JComponentgetStore()voidsetClient(io.vertx.up.commune.element.JComponent client) voidsetInterval(io.vertx.up.commune.element.JComponent interval) voidsetStore(io.vertx.up.commune.element.JComponent store) toString()
-
Constructor Details
-
JobConfig
public JobConfig()
-
-
Method Details
-
getStore
public io.vertx.up.commune.element.JComponent getStore() -
setStore
public void setStore(io.vertx.up.commune.element.JComponent store) -
getInterval
public io.vertx.up.commune.element.JComponent getInterval() -
setInterval
public void setInterval(io.vertx.up.commune.element.JComponent interval) -
getClient
public io.vertx.up.commune.element.JComponent getClient() -
setClient
public void setClient(io.vertx.up.commune.element.JComponent client) -
toString
-