Package com.alfresco.content.models
Class GenericBucketBucketInfo
-
- All Implemented Interfaces:
@JsonClass(generateAdapter = true) public final class GenericBucketBucketInfoAdditional information of nested facet
-
-
Field Summary
Fields Modifier and Type Field Description private Stringstartprivate StringstartInclusiveprivate Stringendprivate StringendInclusive
-
Constructor Summary
Constructors Constructor Description GenericBucketBucketInfo(String start, String startInclusive, String end, String endInclusive)
-
Method Summary
Modifier and Type Method Description final StringgetStart()The start of range final UnitsetStart(@Json(name = "start") String start)The start of range final StringgetStartInclusive()Includes values greater or equal to \"start\" final UnitsetStartInclusive(@Json(name = "startInclusive") String startInclusive)Includes values greater or equal to \"start\" final StringgetEnd()The end of range final UnitsetEnd(@Json(name = "end") String end)The end of range final StringgetEndInclusive()Includes values less than or equal to \"end\" final UnitsetEndInclusive(@Json(name = "endInclusive") String endInclusive)Includes values less than or equal to \"end\" -
-
Method Detail
-
getStartInclusive
final String getStartInclusive()
Includes values greater or equal to \"start\"
-
setStartInclusive
final Unit setStartInclusive(@Json(name = "startInclusive") String startInclusive)
Includes values greater or equal to \"start\"
-
getEndInclusive
final String getEndInclusive()
Includes values less than or equal to \"end\"
-
setEndInclusive
final Unit setEndInclusive(@Json(name = "endInclusive") String endInclusive)
Includes values less than or equal to \"end\"
-
-
-
-