-
- All Implemented Interfaces:
-
android.os.Parcelable
@JsonClass(generateAdapter = true) public final class FacetFieldsItem implements Parcelable
Facet Fields Model
-
-
Field Summary
Fields Modifier and Type Field Description private final Booleanexpandedprivate final List<FieldsItem>fields
-
Constructor Summary
Constructors Constructor Description FacetFieldsItem(Boolean expanded, List<FieldsItem> fields)
-
Method Summary
Modifier and Type Method Description final BooleangetExpanded()final List<FieldsItem>getFields()-
-
Constructor Detail
-
FacetFieldsItem
FacetFieldsItem(Boolean expanded, List<FieldsItem> fields)
-
-
Method Detail
-
getExpanded
final Boolean getExpanded()
-
getFields
final List<FieldsItem> getFields()
-
-
-
-