-
public final class GetHighlightObjectForTestRequestRequest object containing input parameters for the OverlayDomain.getHighlightObjectForTest command.
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegernodeIdprivate final BooleanincludeDistanceprivate final BooleanincludeStyleprivate final ColorFormatcolorFormatprivate final BooleanshowAccessibilityInfo
-
Constructor Summary
Constructors Constructor Description GetHighlightObjectForTestRequest(Integer nodeId, Boolean includeDistance, Boolean includeStyle, ColorFormat colorFormat, Boolean showAccessibilityInfo)
-
Method Summary
Modifier and Type Method Description final Integercomponent1()final Booleancomponent2()final Booleancomponent3()final ColorFormatcomponent4()final Booleancomponent5()final GetHighlightObjectForTestRequestcopy(Integer nodeId, Boolean includeDistance, Boolean includeStyle, ColorFormat colorFormat, Boolean showAccessibilityInfo)final IntegergetNodeId()Id of the node to get highlight object for. final BooleangetIncludeDistance()Whether to include distance info. final BooleangetIncludeStyle()Whether to include style info. final ColorFormatgetColorFormat()The color format to get config with (default: hex). final BooleangetShowAccessibilityInfo()Whether to show accessibility info (default: true). -
-
Constructor Detail
-
GetHighlightObjectForTestRequest
GetHighlightObjectForTestRequest(Integer nodeId, Boolean includeDistance, Boolean includeStyle, ColorFormat colorFormat, Boolean showAccessibilityInfo)
-
-
Method Detail
-
component1
final Integer component1()
-
component2
final Boolean component2()
-
component3
final Boolean component3()
-
component4
final ColorFormat component4()
-
component5
final Boolean component5()
-
copy
final GetHighlightObjectForTestRequest copy(Integer nodeId, Boolean includeDistance, Boolean includeStyle, ColorFormat colorFormat, Boolean showAccessibilityInfo)
-
getIncludeDistance
final Boolean getIncludeDistance()
Whether to include distance info.
-
getIncludeStyle
final Boolean getIncludeStyle()
Whether to include style info.
-
getColorFormat
final ColorFormat getColorFormat()
The color format to get config with (default: hex).
-
getShowAccessibilityInfo
final Boolean getShowAccessibilityInfo()
Whether to show accessibility info (default: true).
-
-
-
-