-
public final class SetShowFlexOverlaysRequestRequest object containing input parameters for the OverlayDomain.setShowFlexOverlays command.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<FlexNodeHighlightConfig>flexNodeHighlightConfigs
-
Constructor Summary
Constructors Constructor Description SetShowFlexOverlaysRequest(List<FlexNodeHighlightConfig> flexNodeHighlightConfigs)
-
Method Summary
Modifier and Type Method Description final List<FlexNodeHighlightConfig>component1()final SetShowFlexOverlaysRequestcopy(List<FlexNodeHighlightConfig> flexNodeHighlightConfigs)final List<FlexNodeHighlightConfig>getFlexNodeHighlightConfigs()An array of node identifiers and descriptors for the highlight appearance. -
-
Constructor Detail
-
SetShowFlexOverlaysRequest
SetShowFlexOverlaysRequest(List<FlexNodeHighlightConfig> flexNodeHighlightConfigs)
-
-
Method Detail
-
component1
final List<FlexNodeHighlightConfig> component1()
-
copy
final SetShowFlexOverlaysRequest copy(List<FlexNodeHighlightConfig> flexNodeHighlightConfigs)
-
getFlexNodeHighlightConfigs
final List<FlexNodeHighlightConfig> getFlexNodeHighlightConfigs()
An array of node identifiers and descriptors for the highlight appearance.
-
-
-
-