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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanThe bit offset to apply for the command.getType()TheBitFieldSubCommands.BitFieldTypeto apply for the command.inthashCode()toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.springframework.data.redis.connection.BitFieldSubCommands.BitFieldSubCommand
getCommand 
- 
Constructor Details
- 
AbstractBitFieldSubCommand
public AbstractBitFieldSubCommand() 
 - 
 - 
Method Details
- 
getType
Description copied from interface:BitFieldSubCommands.BitFieldSubCommandTheBitFieldSubCommands.BitFieldTypeto apply for the command.- Specified by:
 getTypein interfaceBitFieldSubCommands.BitFieldSubCommand- Returns:
 - never null.
 
 - 
getOffset
Description copied from interface:BitFieldSubCommands.BitFieldSubCommandThe bit offset to apply for the command.- Specified by:
 getOffsetin interfaceBitFieldSubCommands.BitFieldSubCommand- Returns:
 - never null.
 
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -