-
public final class CaptureSnapshotResponseResponse type for the DOMSnapshotDomain.captureSnapshot command.
-
-
Constructor Summary
Constructors Constructor Description CaptureSnapshotResponse(List<DocumentSnapshot> documents, List<String> strings)
-
Method Summary
Modifier and Type Method Description final List<DocumentSnapshot>component1()final List<String>component2()final CaptureSnapshotResponsecopy(List<DocumentSnapshot> documents, List<String> strings)final List<DocumentSnapshot>getDocuments()The nodes in the DOM tree. final List<String>getStrings()Shared string table that all string properties refer to with indexes. -
-
Constructor Detail
-
CaptureSnapshotResponse
CaptureSnapshotResponse(List<DocumentSnapshot> documents, List<String> strings)
-
-
Method Detail
-
component1
final List<DocumentSnapshot> component1()
-
component2
final List<String> component2()
-
copy
final CaptureSnapshotResponse copy(List<DocumentSnapshot> documents, List<String> strings)
-
getDocuments
final List<DocumentSnapshot> getDocuments()
The nodes in the DOM tree. The DOMNode at index 0 corresponds to the root document.
-
getStrings
final List<String> getStrings()
Shared string table that all string properties refer to with indexes.
-
-
-
-