| | |
| | | private String name; |
| | | private Instant consultantViewTime; |
| | | private Instant consultantReadTime; |
| | | private Instant contactTime; |
| | | private Float satisfactionScore; |
| | | |
| | | public Long getId() { |
| | | return id; |
| | | } |
| | |
| | | public void setConsultantReadTime(Instant consultantReadTime) { |
| | | this.consultantReadTime = consultantReadTime; |
| | | } |
| | | public Instant getContactTime() { |
| | | return contactTime; |
| | | } |
| | | public void setContactTime(Instant contactTime) { |
| | | this.contactTime = contactTime; |
| | | } |
| | | public Float getSatisfactionScore() { |
| | | return satisfactionScore; |
| | | } |
| | | public void setSatisfactionScore(Float satisfactionScore) { |
| | | this.satisfactionScore = satisfactionScore; |
| | | } |
| | | } |