Package org.tailormap.api.viewer.model
Class Component
java.lang.Object
org.tailormap.api.viewer.model.Component
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
comments="Generator version: 7.17.0")
public class Component
extends Object
implements Serializable
a component to be used in the application
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconfig(ComponentConfig config) boolean@NotNull @Valid ComponentConfigGet config@NotNull StringgetType()component type eg. featurereport or printinthashCode()voidsetConfig(ComponentConfig config) voidtoString()
-
Constructor Details
-
Component
public Component()
-
-
Method Details