Package com.bytedesk.call.janus_audio
Class JanusAudioEntity
java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.call.janus_audio.JanusAudioEntity
- All Implemented Interfaces:
Serializable
JanusAudio entity for content categorization and organization
Provides audio functionality for various system entities
Database Table: bytedesk_janus_audio
Purpose: Stores janus_audio definitions, colors, and organization settings
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
Description of the janus_audioprivate String
Name of the janus_audioprivate ThreadEntity
private String
Type of janus_audio (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_audio -
description
Description of the janus_audio -
type
Type of janus_audio (CUSTOMER, TICKET, ARTICLE, etc.) -
thread
-
-
Constructor Details
-
JanusAudioEntity
public JanusAudioEntity()
-