| | |
| | | package com.yeshi.buwan.dto.search; |
| | | |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * 短视频 |
| | | */ |
| | | public class SolrShortVideoSearchFilter { |
| | | private boolean fuzzy; |
| | | private String key; |
| | | private String area; |
| | | private List<String> areas; |
| | | private String tag; |
| | | private Integer rootVideoType; |
| | | private Integer resourceId; |
| | | private List<Integer> resourceIds; |
| | | private String categoryName; |
| | | private String sortKey; |
| | | |
| | |
| | | this.key = key; |
| | | } |
| | | |
| | | public String getArea() { |
| | | return area; |
| | | |
| | | public List<String> getAreas() { |
| | | return areas; |
| | | } |
| | | |
| | | public void setArea(String area) { |
| | | this.area = area; |
| | | public void setAreas(List<String> areas) { |
| | | this.areas = areas; |
| | | } |
| | | |
| | | public String getTag() { |
| | |
| | | this.rootVideoType = rootVideoType; |
| | | } |
| | | |
| | | public Integer getResourceId() { |
| | | return resourceId; |
| | | |
| | | public List<Integer> getResourceIds() { |
| | | return resourceIds; |
| | | } |
| | | |
| | | public void setResourceId(Integer resourceId) { |
| | | this.resourceId = resourceId; |
| | | public void setResourceIds(List<Integer> resourceIds) { |
| | | this.resourceIds = resourceIds; |
| | | } |
| | | |
| | | public String getCategoryName() { |