-
public final class ResolveNodeRequestRequest object containing input parameters for the DOMDomain.resolveNode command.
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegernodeIdprivate final IntegerbackendNodeIdprivate final StringobjectGroupprivate final IntegerexecutionContextId
-
Constructor Summary
Constructors Constructor Description ResolveNodeRequest(Integer nodeId, Integer backendNodeId, String objectGroup, Integer executionContextId)
-
Method Summary
Modifier and Type Method Description final Integercomponent1()final Integercomponent2()final Stringcomponent3()final Integercomponent4()final ResolveNodeRequestcopy(Integer nodeId, Integer backendNodeId, String objectGroup, Integer executionContextId)final IntegergetNodeId()Id of the node to resolve. final IntegergetBackendNodeId()Backend identifier of the node to resolve. final StringgetObjectGroup()Symbolic group name that can be used to release multiple objects. final IntegergetExecutionContextId()Execution context in which to resolve the node. -
-
Method Detail
-
component1
final Integer component1()
-
component2
final Integer component2()
-
component3
final String component3()
-
component4
final Integer component4()
-
copy
final ResolveNodeRequest copy(Integer nodeId, Integer backendNodeId, String objectGroup, Integer executionContextId)
-
getBackendNodeId
final Integer getBackendNodeId()
Backend identifier of the node to resolve.
-
getObjectGroup
final String getObjectGroup()
Symbolic group name that can be used to release multiple objects.
-
getExecutionContextId
final Integer getExecutionContextId()
Execution context in which to resolve the node.
-
-
-
-