Class ProjectConfigType


  • public class ProjectConfigType
    extends java.lang.Object
    The project configuration type.
    • Method Detail

      • type

        @Nullable
        public java.lang.String type()
        The type of the configuration.
        Returns:
        the type of the configuration
      • description

        @Nullable
        public java.lang.String description()
        The description of the configuration.
        Returns:
        the description of the configuration
      • items

        @Nullable
        public ProjectConfigItemsType items()
        The configuration items type.
        Returns:
        the configuration items
      • default_

        @Nullable
        public java.lang.Object default_()
        The default value of the configuration.
        Returns:
        the default value of the configuration
      • value

        @Nullable
        public java.lang.Object value()
        The value of the configuration.
        Returns:
        the value of the configuration
      • isSecret

        public boolean isSecret()
        Whether the configuration is secret.
        Returns:
        whether the configuration is 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