-
public final class GetAttributesResponseResponse type for the DOMDomain.getAttributes command.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<String>attributes
-
Constructor Summary
Constructors Constructor Description GetAttributesResponse(List<String> attributes)
-
Method Summary
Modifier and Type Method Description final List<String>component1()final GetAttributesResponsecopy(List<String> attributes)final List<String>getAttributes()An interleaved array of node attribute names and values. -
-
Method Detail
-
component1
final List<String> component1()
-
copy
final GetAttributesResponse copy(List<String> attributes)
-
getAttributes
final List<String> getAttributes()
An interleaved array of node attribute names and values.
-
-
-
-