Class StorageBucket
- java.lang.Object
-
- org.openqa.selenium.devtools.v115.storage.model.StorageBucket
-
public class StorageBucket extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description StorageBucket(SerializedStorageKey storageKey, java.util.Optional<java.lang.String> name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<java.lang.String>getName()If not specified, it is the default bucket of the storageKey.SerializedStorageKeygetStorageKey()
-
-
-
Constructor Detail
-
StorageBucket
public StorageBucket(SerializedStorageKey storageKey, java.util.Optional<java.lang.String> name)
-
-
Method Detail
-
getStorageKey
public SerializedStorageKey getStorageKey()
-
getName
public java.util.Optional<java.lang.String> getName()
If not specified, it is the default bucket of the storageKey.
-
-