Redis
@Deprecated public class BitFieldSetCommand extends Object
Constructor and Description |
---|
BitFieldSetCommand()
Deprecated.
|
BitFieldSetCommand(BitFieldSetCommand obj)
Deprecated.
|
BitFieldSetCommand(JsonObject obj)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
long |
getOffset()
Deprecated.
|
String |
getType()
Deprecated.
|
long |
getValue()
Deprecated.
|
void |
setOffset(long offset)
Deprecated.
|
void |
setType(String type)
Deprecated.
|
void |
setValue(long value)
Deprecated.
|
JsonObject |
toJson()
Deprecated.
|
public BitFieldSetCommand()
public BitFieldSetCommand(BitFieldSetCommand obj)
public BitFieldSetCommand(JsonObject obj)
public String getType()
public void setType(String type)
public long getOffset()
public void setOffset(long offset)
public long getValue()
public void setValue(long value)
public JsonObject toJson()
Copyright © 2023 Eclipse. All rights reserved.