Class ComponentConfig

java.lang.Object
org.tailormap.api.viewer.model.ComponentConfig
All Implemented Interfaces:
Serializable

@Generated(value="org.openapitools.codegen.languages.SpringCodegen", comments="Generator version: 7.9.0") public class ComponentConfig extends Object implements Serializable
component specific configuration
See Also:
  • Constructor Details

    • ComponentConfig

      public ComponentConfig()
  • Method Details

    • enabled

      public ComponentConfig enabled(Boolean enabled)
    • 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.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object