| | |
| | | private SatisfactionStatusEnum status; |
| | | private Float score; |
| | | private Long appointmentId; |
| | | private String customerName; |
| | | private String agentName; |
| | | |
| | | public Long getId() { |
| | | return id; |
| | | } |
| | |
| | | public void setScore(Float score) { |
| | | this.score = score; |
| | | } |
| | | |
| | | public Long getAppointmentId() { |
| | | return appointmentId; |
| | | } |
| | | public void setAppointmentId(Long appointmentId) { |
| | | this.appointmentId = appointmentId; |
| | | } |
| | | public String getCustomerName() { |
| | | return customerName; |
| | | } |
| | | public void setCustomerName(String customerName) { |
| | | this.customerName = customerName; |
| | | } |
| | | public String getAgentName() { |
| | | return agentName; |
| | | } |
| | | public void setAgentName(String agentName) { |
| | | this.agentName = agentName; |
| | | } |
| | | |
| | | |
| | | } |