Class BitFieldSubCommands.BitFieldSetBuilder
java.lang.Object
org.springframework.data.redis.connection.BitFieldSubCommands.BitFieldSetBuilder
- Enclosing class:
- BitFieldSubCommands
- Author:
- Christoph Strobl
-
Method Summary
Modifier 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
-
valueAt
Set the zero based bit offset.- Parameters:
offset
- must not be null.- Returns:
-
valueAt
Set the bit offset.- Parameters:
offset
- must not be null.- Returns:
-
to
Set the value.- Parameters:
value
- must not be null.- Returns:
-