public class BitFieldIncrbyCommand extends Object
Constructor and Description |
---|
BitFieldIncrbyCommand() |
BitFieldIncrbyCommand(BitFieldIncrbyCommand obj) |
BitFieldIncrbyCommand(io.vertx.core.json.JsonObject obj) |
Modifier and Type | Method and Description |
---|---|
long |
getIncrement() |
long |
getOffset() |
String |
getType() |
void |
setIncrement(long increment) |
void |
setOffset(long offset) |
void |
setType(String type) |
io.vertx.core.json.JsonObject |
toJson() |
public BitFieldIncrbyCommand()
public BitFieldIncrbyCommand(BitFieldIncrbyCommand obj)
public BitFieldIncrbyCommand(io.vertx.core.json.JsonObject obj)
public String getType()
public void setType(String type)
public long getOffset()
public void setOffset(long offset)
public long getIncrement()
public void setIncrement(long increment)
public io.vertx.core.json.JsonObject toJson()
Copyright © 2018 Eclipse. All rights reserved.