Class BitFieldSubCommands.AbstractBitFieldSubCommand
java.lang.Object
org.springframework.data.redis.connection.BitFieldSubCommands.AbstractBitFieldSubCommand
- All Implemented Interfaces:
BitFieldSubCommands.BitFieldSubCommand
- Direct Known Subclasses:
BitFieldSubCommands.BitFieldGet, BitFieldSubCommands.BitFieldIncrBy, BitFieldSubCommands.BitFieldSet
- Enclosing class:
BitFieldSubCommands
@NullUnmarked
public abstract static class BitFieldSubCommands.AbstractBitFieldSubCommand
extends Object
implements BitFieldSubCommands.BitFieldSubCommand
- Since:
- 2.1
- Author:
- Christoph Strobl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
The bit offset to apply for the command.getType()
TheBitFieldSubCommands.BitFieldType
to apply for the command.int
hashCode()
toString()
Methods inherited from interface BitFieldSubCommands.BitFieldSubCommand
getCommand
-
Constructor Details
-
AbstractBitFieldSubCommand
public AbstractBitFieldSubCommand()
-
-
Method Details
-
getType
Description copied from interface:BitFieldSubCommands.BitFieldSubCommand
TheBitFieldSubCommands.BitFieldType
to apply for the command.- Specified by:
getType
in interfaceBitFieldSubCommands.BitFieldSubCommand
- Returns:
- never null.
-
getOffset
Description copied from interface:BitFieldSubCommands.BitFieldSubCommand
The bit offset to apply for the command.- Specified by:
getOffset
in interfaceBitFieldSubCommands.BitFieldSubCommand
- Returns:
- never null.
-
equals
-
hashCode
-
toString
-