- All Implemented Interfaces:
Serializable
@Entity
public class ReplyEntity
extends BaseEntity
Voice of Customer reply entity for feedback response management
Manages replies to user feedback and internal communication
Database Table: bytedesk_voc_reply
Purpose: Stores feedback replies, threaded conversations, and internal notes
- See Also:
-
-
Field Summary
Fields
ID of the feedback this reply belongs to
Whether this is an internal reply (not visible to customers)
Number of likes received on this reply
ID of the parent reply for threaded conversations
ID of the user who wrote this reply
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
feedbackId
ID of the feedback this reply belongs to
-
userId
ID of the user who wrote this reply
-
content
Content of the reply
-
parentId
ID of the parent reply for threaded conversations
-
likeCount
Number of likes received on this reply
-
internal
Whether this is an internal reply (not visible to customers)
-
Constructor Details
-
ReplyEntity
public ReplyEntity()