Class BitFieldSubCommands.BitFieldGetBuilder
java.lang.Object
org.springframework.data.redis.connection.BitFieldSubCommands.BitFieldGetBuilder
- Enclosing class:
- BitFieldSubCommands
- Author:
- Christoph Strobl
- 
Method SummaryModifier and TypeMethodDescriptionvalueAt(long offset) Set the zero based bit offset.valueAt(BitFieldSubCommands.Offset offset) Set the bit offset.
- 
Method Details- 
forType
- 
valueAtSet the zero based bit offset.- Parameters:
- offset- must not be null.
- Returns:
 
- 
valueAtSet the bit offset.- Parameters:
- offset- must not be null.
- Returns:
 
 
-