Class ApplicationCacheStatusUpdated
- java.lang.Object
-
- org.openqa.selenium.devtools.applicationcache.model.ApplicationCacheStatusUpdated
-
public class ApplicationCacheStatusUpdated extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ApplicationCacheStatusUpdated(FrameId frameId, java.lang.String manifestURL, java.lang.Integer status)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FrameId
getFrameId()
Identifier of the frame containing document whose application cache updated status.java.lang.String
getManifestURL()
Manifest URL.java.lang.Integer
getStatus()
Updated application cache status.
-
-
-
Constructor Detail
-
ApplicationCacheStatusUpdated
public ApplicationCacheStatusUpdated(FrameId frameId, java.lang.String manifestURL, java.lang.Integer status)
-
-
Method Detail
-
getFrameId
public FrameId getFrameId()
Identifier of the frame containing document whose application cache updated status.
-
getManifestURL
public java.lang.String getManifestURL()
Manifest URL.
-
getStatus
public java.lang.Integer getStatus()
Updated application cache status.
-
-