Class DataEntry
- java.lang.Object
-
- org.openqa.selenium.devtools.v112.indexeddb.model.DataEntry
-
public class DataEntry extends java.lang.Object
Data entry.
-
-
Constructor Summary
Constructors Constructor Description DataEntry(RemoteObject key, RemoteObject primaryKey, RemoteObject value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RemoteObject
getKey()
Key object.RemoteObject
getPrimaryKey()
Primary key object.RemoteObject
getValue()
Value object.
-
-
-
Constructor Detail
-
DataEntry
public DataEntry(RemoteObject key, RemoteObject primaryKey, RemoteObject value)
-
-
Method Detail
-
getKey
public RemoteObject getKey()
Key object.
-
getPrimaryKey
public RemoteObject getPrimaryKey()
Primary key object.
-
getValue
public RemoteObject getValue()
Value object.
-
-