-
public final class GetNodeForLocationResponseResponse type for the DOMDomain.getNodeForLocation command.
-
-
Constructor Summary
Constructors Constructor Description GetNodeForLocationResponse(Integer backendNodeId, String frameId, Integer nodeId)
-
Method Summary
Modifier and Type Method Description final Integercomponent1()final Stringcomponent2()final Integercomponent3()final GetNodeForLocationResponsecopy(Integer backendNodeId, String frameId, Integer nodeId)final IntegergetBackendNodeId()Resulting node. final StringgetFrameId()Frame this node belongs to. final IntegergetNodeId()Id of the node at given coordinates, only when enabled and requested document. -
-
Method Detail
-
component1
final Integer component1()
-
component2
final String component2()
-
component3
final Integer component3()
-
copy
final GetNodeForLocationResponse copy(Integer backendNodeId, String frameId, Integer nodeId)
-
getBackendNodeId
final Integer getBackendNodeId()
Resulting node.
-
getFrameId
final String getFrameId()
Frame this node belongs to.
-
-
-
-