-
public final class SetNodeValueRequestRequest object containing input parameters for the DOMDomain.setNodeValue command.
-
-
Constructor Summary
Constructors Constructor Description SetNodeValueRequest(Integer nodeId, String value)
-
Method Summary
Modifier and Type Method Description final Integercomponent1()final Stringcomponent2()final SetNodeValueRequestcopy(Integer nodeId, String value)final IntegergetNodeId()Id of the node to set value for. final StringgetValue()New node's value. -
-
Method Detail
-
component1
final Integer component1()
-
component2
final String component2()
-
copy
final SetNodeValueRequest copy(Integer nodeId, String value)
-
-
-
-