-
@JsonClass(generateAdapter = true) public final class RequestFacetSetThe interval to Set
-
-
Field Summary
Fields Modifier and Type Field Description private Stringlabelprivate Stringstartprivate Stringendprivate BooleanstartInclusiveprivate BooleanendInclusive
-
Method Summary
Modifier and Type Method Description final StringgetLabel()final UnitsetLabel(@Json(name = label) String label)final StringgetStart()final UnitsetStart(@Json(name = start) String start)final StringgetEnd()final UnitsetEnd(@Json(name = end) String end)final BooleangetStartInclusive()final UnitsetStartInclusive(@Json(name = startInclusive) Boolean startInclusive)final BooleangetEndInclusive()final UnitsetEndInclusive(@Json(name = endInclusive) Boolean endInclusive)-
-
Method Detail
-
getStartInclusive
final Boolean getStartInclusive()
-
setStartInclusive
final Unit setStartInclusive(@Json(name = startInclusive) Boolean startInclusive)
-
getEndInclusive
final Boolean getEndInclusive()
-
setEndInclusive
final Unit setEndInclusive(@Json(name = endInclusive) Boolean endInclusive)
-
-
-
-