Package com.bytedesk.call.janus_video
Class JanusVideoEntity
java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.call.janus_video.JanusVideoEntity
- All Implemented Interfaces:
Serializable
JanusVideo entity for content categorization and organization
Provides video functionality for various system entities
Database Table: bytedesk_janus_video
Purpose: Stores janus_video definitions, colors, and organization settings
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
Description of the janus_videoprivate String
Name of the janus_videoprivate ThreadEntity
private String
Type of janus_video (CUSTOMER, TICKET, ARTICLE, etc.) -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bytedesk.core.base.BaseEntity
getCreatedAtString, getUpdatedAtString
-
Field Details
-
name
Name of the janus_video -
description
Description of the janus_video -
type
Type of janus_video (CUSTOMER, TICKET, ARTICLE, etc.) -
thread
-
-
Constructor Details
-
JanusVideoEntity
public JanusVideoEntity()
-