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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanThe bit offset to apply for the command.getType()TheBitFieldSubCommands.BitFieldTypeto apply for the command.inthashCode()toString()Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.springframework.data.redis.connection.BitFieldSubCommands.BitFieldSubCommandgetCommand
- 
Constructor Details- 
AbstractBitFieldSubCommandpublic AbstractBitFieldSubCommand()
 
- 
- 
Method Details- 
getTypeDescription copied from interface:BitFieldSubCommands.BitFieldSubCommandTheBitFieldSubCommands.BitFieldTypeto apply for the command.- Specified by:
- getTypein interface- BitFieldSubCommands.BitFieldSubCommand
- Returns:
- never null.
 
- 
getOffsetDescription copied from interface:BitFieldSubCommands.BitFieldSubCommandThe bit offset to apply for the command.- Specified by:
- getOffsetin interface- BitFieldSubCommands.BitFieldSubCommand
- Returns:
- never null.
 
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-