Class ProjectTemplateConfigValue


  • public class ProjectTemplateConfigValue
    extends java.lang.Object
    A placeholder config value for a project template.
    • Constructor Detail

      • ProjectTemplateConfigValue

        public ProjectTemplateConfigValue​(@Nullable
                                          java.lang.String description)
        Parameters:
        description - the description of the config value
      • ProjectTemplateConfigValue

        public ProjectTemplateConfigValue​(@Nullable
                                          java.lang.String description,
                                          @Nullable
                                          java.lang.String default_)
        Parameters:
        description - the description of the config value
        default_ - the default value
      • ProjectTemplateConfigValue

        public ProjectTemplateConfigValue​(@Nullable
                                          java.lang.String description,
                                          @Nullable
                                          java.lang.String default_,
                                          boolean secret)
        Parameters:
        description - the description of the config value
        default_ - the default value
        secret - whether the value should be treated as secret
    • Method Detail

      • description

        @Nullable
        public java.lang.String description()
        The description of the config value.
        Returns:
        the description
      • default_

        @Nullable
        public java.lang.String default_()
        The default value of the config value.
        Returns:
        the default value
      • secret

        @Nullable
        public java.lang.Boolean secret()
        Whether the value should be treated as secret.
        Returns:
        whether the value should be treated as secret
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object