-
public final class PushNodesByBackendIdsToFrontendRequestRequest object containing input parameters for the DOMDomain.pushNodesByBackendIdsToFrontend command.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<Integer>backendNodeIds
-
Constructor Summary
Constructors Constructor Description PushNodesByBackendIdsToFrontendRequest(List<Integer> backendNodeIds)
-
Method Summary
Modifier and Type Method Description final List<Integer>component1()final PushNodesByBackendIdsToFrontendRequestcopy(List<Integer> backendNodeIds)final List<Integer>getBackendNodeIds()The array of backend node ids. -
-
Method Detail
-
component1
final List<Integer> component1()
-
copy
final PushNodesByBackendIdsToFrontendRequest copy(List<Integer> backendNodeIds)
-
getBackendNodeIds
final List<Integer> getBackendNodeIds()
The array of backend node ids.
-
-
-
-