Class EntryPreview
- java.lang.Object
-
- org.openqa.selenium.devtools.v112.runtime.model.EntryPreview
-
@Beta public class EntryPreview extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description EntryPreview(java.util.Optional<ObjectPreview> key, ObjectPreview value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<ObjectPreview>
getKey()
Preview of the key.ObjectPreview
getValue()
Preview of the value.
-
-
-
Constructor Detail
-
EntryPreview
public EntryPreview(java.util.Optional<ObjectPreview> key, ObjectPreview value)
-
-
Method Detail
-
getKey
public java.util.Optional<ObjectPreview> getKey()
Preview of the key. Specified for map-like collection entries.
-
getValue
public ObjectPreview getValue()
Preview of the value.
-
-