Redis
@Deprecated public class BitFieldIncrbyCommand extends Object
Constructor and Description |
---|
BitFieldIncrbyCommand()
Deprecated.
|
BitFieldIncrbyCommand(BitFieldIncrbyCommand obj)
Deprecated.
|
BitFieldIncrbyCommand(io.vertx.core.json.JsonObject obj)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
long |
getIncrement()
Deprecated.
|
long |
getOffset()
Deprecated.
|
String |
getType()
Deprecated.
|
void |
setIncrement(long increment)
Deprecated.
|
void |
setOffset(long offset)
Deprecated.
|
void |
setType(String type)
Deprecated.
|
io.vertx.core.json.JsonObject |
toJson()
Deprecated.
|
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 © 2021 Eclipse. All rights reserved.