Class ComponentConfig
- java.lang.Object
-
- nl.b3p.tailormap.api.viewer.model.ComponentConfig
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.SpringCodegen") public class ComponentConfig extends Object implements Serializablecomponent specific configuration- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ComponentConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComponentConfigenabled(Boolean enabled)booleanequals(Object o)Map<String,Object>getAdditionalProperties()Return the additional (undeclared) property.ObjectgetAdditionalProperty(String key)Return the additional (undeclared) property with the specified name.@NotNull BooleangetEnabled()Get enabledinthashCode()ComponentConfigputAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.voidsetEnabled(Boolean enabled)StringtoString()
-
-
-
Method Detail
-
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.
-
-