Class PublishSettings


  • public class PublishSettings
    extends Object
    The application publish settings.
    • Constructor Detail

      • PublishSettings

        public PublishSettings()
    • Method Detail

      • id

        public UUID id()
        Get the id value.
        Returns:
        the id value
      • withId

        public PublishSettings withId​(UUID id)
        Set the id value.
        Parameters:
        id - the id value to set
        Returns:
        the PublishSettings object itself.
      • isSentimentAnalysisEnabled

        public boolean isSentimentAnalysisEnabled()
        Get the isSentimentAnalysisEnabled value.
        Returns:
        the isSentimentAnalysisEnabled value
      • withIsSentimentAnalysisEnabled

        public PublishSettings withIsSentimentAnalysisEnabled​(boolean isSentimentAnalysisEnabled)
        Set the isSentimentAnalysisEnabled value.
        Parameters:
        isSentimentAnalysisEnabled - the isSentimentAnalysisEnabled value to set
        Returns:
        the PublishSettings object itself.
      • isSpeechEnabled

        public boolean isSpeechEnabled()
        Get the isSpeechEnabled value.
        Returns:
        the isSpeechEnabled value
      • withIsSpeechEnabled

        public PublishSettings withIsSpeechEnabled​(boolean isSpeechEnabled)
        Set the isSpeechEnabled value.
        Parameters:
        isSpeechEnabled - the isSpeechEnabled value to set
        Returns:
        the PublishSettings object itself.
      • isSpellCheckerEnabled

        public boolean isSpellCheckerEnabled()
        Get the isSpellCheckerEnabled value.
        Returns:
        the isSpellCheckerEnabled value
      • withIsSpellCheckerEnabled

        public PublishSettings withIsSpellCheckerEnabled​(boolean isSpellCheckerEnabled)
        Set the isSpellCheckerEnabled value.
        Parameters:
        isSpellCheckerEnabled - the isSpellCheckerEnabled value to set
        Returns:
        the PublishSettings object itself.