Package org.tailormap.api.viewer.model
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.10.0")
public class ComponentConfig
extends Object
implements Serializable
component specific configuration
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Return the additional (undeclared) property.Return the additional (undeclared) property with the specified name.@NotNull Boolean
Get enabledint
hashCode()
putAdditionalProperty
(String key, Object value) Set the additional (undeclared) property with the specified name and value.void
setEnabled
(Boolean enabled) toString()
-
Constructor Details
-
ComponentConfig
public ComponentConfig()
-
-
Method Details
-
enabled
-
getEnabled
Get enabled- Returns:
- enabled
-
setEnabled
-
putAdditionalProperty
Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it. -
getAdditionalProperties
Return the additional (undeclared) property. -
getAdditionalProperty
Return the additional (undeclared) property with the specified name. -
equals
-
hashCode
public int hashCode() -
toString
-