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.10.0")
public class Component
extends Object
implements Serializable
a component to be used in the application
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionconfig
(ComponentConfig config) boolean
@NotNull @Valid ComponentConfig
Get config@NotNull String
getType()
component type eg. featurereport or printint
hashCode()
void
setConfig
(ComponentConfig config) void
toString()
-
Constructor Details
-
Component
public Component()
-
-
Method Details