Class SharedStorageMetadata
- java.lang.Object
-
- org.openqa.selenium.devtools.v109.storage.model.SharedStorageMetadata
-
public class SharedStorageMetadata extends java.lang.ObjectDetails for an origin's shared storage.
-
-
Constructor Summary
Constructors Constructor Description SharedStorageMetadata(TimeSinceEpoch creationTime, java.lang.Integer length, java.lang.Number remainingBudget)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TimeSinceEpochgetCreationTime()java.lang.IntegergetLength()java.lang.NumbergetRemainingBudget()
-
-
-
Constructor Detail
-
SharedStorageMetadata
public SharedStorageMetadata(TimeSinceEpoch creationTime, java.lang.Integer length, java.lang.Number remainingBudget)
-
-
Method Detail
-
getCreationTime
public TimeSinceEpoch getCreationTime()
-
getLength
public java.lang.Integer getLength()
-
getRemainingBudget
public java.lang.Number getRemainingBudget()
-
-