| | |
| | | |
| | | import com.pollex.pam.enums.GenderEnum; |
| | | |
| | | import java.util.List; |
| | | |
| | | public class FastQueryConsultantParam { |
| | | private GenderEnum gender; |
| | | private String communicationStyle; |
| | | private List<String> communicationStyles; |
| | | private Number avgScore; |
| | | private String status; |
| | | |
| | |
| | | this.gender = gender; |
| | | } |
| | | |
| | | public String getCommunicationStyle() { |
| | | return communicationStyle; |
| | | public List<String> getCommunicationStyles() { |
| | | return communicationStyles; |
| | | } |
| | | |
| | | public void setCommunicationStyle(String communicationStyle) { |
| | | this.communicationStyle = communicationStyle; |
| | | public void setCommunicationStyles(List<String> communicationStyles) { |
| | | this.communicationStyles = communicationStyles; |
| | | } |
| | | |
| | | public Number getAvgScore() { |