Redis
@Deprecated public class BitFieldOptions extends Object
Constructor and Description |
---|
BitFieldOptions()
Deprecated.
|
BitFieldOptions(BitFieldOptions obj)
Deprecated.
|
BitFieldOptions(JsonObject obj)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
BitFieldGetCommand |
getGet()
Deprecated.
|
BitFieldIncrbyCommand |
getIncrby()
Deprecated.
|
BitFieldSetCommand |
getSet()
Deprecated.
|
void |
setGet(BitFieldGetCommand get)
Deprecated.
|
void |
setIncrby(BitFieldIncrbyCommand incrby)
Deprecated.
|
void |
setSet(BitFieldSetCommand set)
Deprecated.
|
JsonObject |
toJson()
Deprecated.
|
JsonArray |
toJsonArray()
Deprecated.
|
public BitFieldOptions()
public BitFieldOptions(BitFieldOptions obj)
public BitFieldOptions(JsonObject obj)
public BitFieldGetCommand getGet()
public void setGet(BitFieldGetCommand get)
public BitFieldSetCommand getSet()
public void setSet(BitFieldSetCommand set)
public BitFieldIncrbyCommand getIncrby()
public void setIncrby(BitFieldIncrbyCommand incrby)
public JsonObject toJson()
public JsonArray toJsonArray()
Copyright © 2023 Eclipse. All rights reserved.