-
- All Implemented Interfaces:
-
io.github.openflocon.flocon.plugins.dashboard.model.config.ContainerConfig
public final class SectionConfig implements ContainerConfig
-
-
Field Summary
Fields Modifier and Type Field Description private final ContainerTypecontainerTypeprivate final Stringnameprivate final List<ElementConfig>elements
-
Constructor Summary
Constructors Constructor Description SectionConfig(String name, List<ElementConfig> elements)
-
Method Summary
Modifier and Type Method Description ContainerTypegetContainerType()StringgetName()List<ElementConfig>getElements()-
-
Constructor Detail
-
SectionConfig
SectionConfig(String name, List<ElementConfig> elements)
-
-
Method Detail
-
getContainerType
ContainerType getContainerType()
-
getElements
List<ElementConfig> getElements()
-
-
-
-