Class ComponentConfig

  • All Implemented Interfaces:
    Serializable

    @Generated("org.openapitools.codegen.languages.SpringCodegen")
    public class ComponentConfig
    extends Object
    implements Serializable
    component specific configuration
    See Also:
    Serialized Form
    • Constructor Detail

      • ComponentConfig

        public ComponentConfig()
    • Method Detail

      • getEnabled

        @NotNull
        public @NotNull Boolean getEnabled()
        Get enabled
        Returns:
        enabled
      • setEnabled

        public void setEnabled​(Boolean enabled)
      • putAdditionalProperty

        public ComponentConfig putAdditionalProperty​(String key,
                                                     Object value)
        Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
        Return the additional (undeclared) property.
      • getAdditionalProperty

        public Object getAdditionalProperty​(String key)
        Return the additional (undeclared) property with the specified name.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object