-
public final class SetAttributeValueRequestRequest object containing input parameters for the DOMDomain.setAttributeValue command.
-
-
Constructor Summary
Constructors Constructor Description SetAttributeValueRequest(Integer nodeId, String name, String value)
-
Method Summary
Modifier and Type Method Description final Integercomponent1()final Stringcomponent2()final Stringcomponent3()final SetAttributeValueRequestcopy(Integer nodeId, String name, String value)final IntegergetNodeId()Id of the element to set attribute for. final StringgetName()Attribute name. final StringgetValue()Attribute value. -
-
Method Detail
-
component1
final Integer component1()
-
component2
final String component2()
-
component3
final String component3()
-
copy
final SetAttributeValueRequest copy(Integer nodeId, String name, String value)
-
-
-
-