-
public final class CollectClassNamesFromSubtreeResponseResponse type for the DOMDomain.collectClassNamesFromSubtree command.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<String>classNames
-
Constructor Summary
Constructors Constructor Description CollectClassNamesFromSubtreeResponse(List<String> classNames)
-
Method Summary
Modifier and Type Method Description final List<String>component1()final CollectClassNamesFromSubtreeResponsecopy(List<String> classNames)final List<String>getClassNames()Class name list. -
-
Method Detail
-
component1
final List<String> component1()
-
copy
final CollectClassNamesFromSubtreeResponse copy(List<String> classNames)
-
getClassNames
final List<String> getClassNames()
Class name list.
-
-
-
-