Class Component
- java.lang.Object
-
- nl.b3p.tailormap.api.viewer.model.Component
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.SpringCodegen") public class Component extends Object implements Serializablea component to be used in the application- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Component()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Componentconfig(ComponentConfig config)booleanequals(Object o)@NotNull @Valid ComponentConfiggetConfig()Get config@NotNull StringgetType()component type eg.inthashCode()voidsetConfig(ComponentConfig config)voidsetType(String type)StringtoString()Componenttype(String type)
-
-
-
Method Detail
-
getType
@NotNull public @NotNull String getType()
component type eg. featurereport or print- Returns:
- type
-
setType
public void setType(String type)
-
config
public Component config(ComponentConfig config)
-
getConfig
@NotNull @Valid public @NotNull @Valid ComponentConfig getConfig()
Get config- Returns:
- config
-
setConfig
public void setConfig(ComponentConfig config)
-
-