Class ApplicationSettings


  • public class ApplicationSettings
    extends Object
    The application settings.
    • Constructor Detail

      • ApplicationSettings

        public ApplicationSettings()
    • Method Detail

      • id

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

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

        public boolean isPublic()
        Get the isPublic value.
        Returns:
        the isPublic value
      • withIsPublic

        public ApplicationSettings withIsPublic​(boolean isPublic)
        Set the isPublic value.
        Parameters:
        isPublic - the isPublic value to set
        Returns:
        the ApplicationSettings object itself.