Redis
@Deprecated public class BitFieldIncrbyCommand extends Object
Constructor and Description |
---|
BitFieldIncrbyCommand()
Deprecated.
|
BitFieldIncrbyCommand(BitFieldIncrbyCommand obj)
Deprecated.
|
BitFieldIncrbyCommand(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.
|
JsonObject |
toJson()
Deprecated.
|
public BitFieldIncrbyCommand()
public BitFieldIncrbyCommand(BitFieldIncrbyCommand obj)
public BitFieldIncrbyCommand(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 JsonObject toJson()
Copyright © 2023 Eclipse. All rights reserved.