Class BitFieldSubCommands.BitFieldGet
java.lang.Object
org.springframework.data.redis.connection.BitFieldSubCommands.AbstractBitFieldSubCommand
org.springframework.data.redis.connection.BitFieldSubCommands.BitFieldGet
- All Implemented Interfaces:
- BitFieldSubCommands.BitFieldSubCommand
- Enclosing class:
- BitFieldSubCommands
public static class BitFieldSubCommands.BitFieldGet
extends BitFieldSubCommands.AbstractBitFieldSubCommand
The 
GET sub command used with BitFieldSubCommands.- Since:
- 2.1
- Author:
- Christoph Strobl
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncreate(BitFieldSubCommands.BitFieldType type, BitFieldSubCommands.Offset offset) Creates a newBitFieldSubCommands.BitFieldGet.The actual sub command
- 
Constructor Details- 
BitFieldGetpublic BitFieldGet()
 
- 
- 
Method Details- 
createpublic static BitFieldSubCommands.BitFieldGet create(BitFieldSubCommands.BitFieldType type, BitFieldSubCommands.Offset offset) Creates a newBitFieldSubCommands.BitFieldGet.- Parameters:
- type- must not be null.
- offset- must not be null.
- Returns:
- Since:
- 2.5.2
 
- 
getCommandDescription copied from interface:BitFieldSubCommands.BitFieldSubCommandThe actual sub command- Returns:
- never null.
 
 
-