public static class JsonRangeArgs.Builder extends Object
JsonRangeArgs
.Modifier and Type | Method and Description |
---|---|
static JsonRangeArgs |
defaults()
Creates new
JsonRangeArgs and sets default values. |
static JsonRangeArgs |
start(long start)
Creates new
JsonRangeArgs and sets the start index. |
static JsonRangeArgs |
stop(long stop)
Creates new
JsonRangeArgs and sets the end index. |
public static JsonRangeArgs start(long start)
JsonRangeArgs
and sets the start index.JsonRangeArgs
with the start index set.public static JsonRangeArgs stop(long stop)
JsonRangeArgs
and sets the end index.JsonRangeArgs
with the end index set.public static JsonRangeArgs defaults()
JsonRangeArgs
and sets default values.
The default start index is 0 and the default end index is 0.
JsonRangeArgs
with the end index set.Copyright © 2025 lettuce.io. All rights reserved.