-
public final class HighlightSourceOrderRequestRequest object containing input parameters for the OverlayDomain.highlightSourceOrder command.
-
-
Field Summary
Fields Modifier and Type Field Description private final SourceOrderConfigsourceOrderConfigprivate final IntegernodeIdprivate final IntegerbackendNodeIdprivate final StringobjectId
-
Constructor Summary
Constructors Constructor Description HighlightSourceOrderRequest(SourceOrderConfig sourceOrderConfig, Integer nodeId, Integer backendNodeId, String objectId)
-
Method Summary
Modifier and Type Method Description final SourceOrderConfigcomponent1()final Integercomponent2()final Integercomponent3()final Stringcomponent4()final HighlightSourceOrderRequestcopy(SourceOrderConfig sourceOrderConfig, Integer nodeId, Integer backendNodeId, String objectId)final SourceOrderConfiggetSourceOrderConfig()A descriptor for the appearance of the overlay drawing. final IntegergetNodeId()Identifier of the node to highlight. final IntegergetBackendNodeId()Identifier of the backend node to highlight. final StringgetObjectId()JavaScript object id of the node to be highlighted. -
-
Constructor Detail
-
HighlightSourceOrderRequest
HighlightSourceOrderRequest(SourceOrderConfig sourceOrderConfig, Integer nodeId, Integer backendNodeId, String objectId)
-
-
Method Detail
-
component1
final SourceOrderConfig component1()
-
component2
final Integer component2()
-
component3
final Integer component3()
-
component4
final String component4()
-
copy
final HighlightSourceOrderRequest copy(SourceOrderConfig sourceOrderConfig, Integer nodeId, Integer backendNodeId, String objectId)
-
getSourceOrderConfig
final SourceOrderConfig getSourceOrderConfig()
A descriptor for the appearance of the overlay drawing.
-
getBackendNodeId
final Integer getBackendNodeId()
Identifier of the backend node to highlight.
-
getObjectId
final String getObjectId()
JavaScript object id of the node to be highlighted.
-
-
-
-