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
public abstract static class BitFieldSubCommands.AbstractBitFieldSubCommand
extends Object
implements BitFieldSubCommands.BitFieldSubCommand
- Author:
- Christoph Strobl
-
Constructor Summary
-
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 class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.springframework.data.redis.connection.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
public int hashCode() -
toString
-