Class BitFieldSubCommands.BitFieldSetBuilder
java.lang.Object
org.springframework.data.redis.connection.BitFieldSubCommands.BitFieldSetBuilder
- Enclosing class:
- BitFieldSubCommands
- Author:
- Christoph Strobl
- 
Method SummaryModifier and TypeMethodDescriptionto(long value) Set the value.valueAt(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:
 
- 
toSet the value.- Parameters:
- value- must not be null.
- Returns:
 
 
-