-
public final class PushNodesByBackendIdsToFrontendResponseResponse type for the DOMDomain.pushNodesByBackendIdsToFrontend command.
-
-
Constructor Summary
Constructors Constructor Description PushNodesByBackendIdsToFrontendResponse(List<Integer> nodeIds)
-
Method Summary
Modifier and Type Method Description final List<Integer>component1()final PushNodesByBackendIdsToFrontendResponsecopy(List<Integer> nodeIds)final List<Integer>getNodeIds()The array of ids of pushed nodes that correspond to the backend ids specified in backendNodeIds. -
-
Method Detail
-
component1
final List<Integer> component1()
-
copy
final PushNodesByBackendIdsToFrontendResponse copy(List<Integer> nodeIds)
-
getNodeIds
final List<Integer> getNodeIds()
The array of ids of pushed nodes that correspond to the backend ids specified in backendNodeIds.
-
-
-
-