Class AutoReplySettings

java.lang.Object
com.bytedesk.kbase.auto_reply.settings.AutoReplySettings
All Implemented Interfaces:
Serializable

@Embeddable public class AutoReplySettings extends Object implements Serializable
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • autoReplyEnabled

      private boolean autoReplyEnabled
    • autoReplyType

      private String autoReplyType
    • autoReplyUid

      private String autoReplyUid
    • autoReplyContentType

      private String autoReplyContentType
    • autoReplyContent

      private String autoReplyContent
    • kbUid

      private String kbUid
  • Constructor Details

    • AutoReplySettings

      public AutoReplySettings()