Class ApplicationCacheStatusUpdated
- java.lang.Object
-
- io.webfolder.cdp.event.applicationcache.ApplicationCacheStatusUpdated
-
public class ApplicationCacheStatusUpdated extends Object
-
-
Constructor Summary
Constructors Constructor Description ApplicationCacheStatusUpdated()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFrameId()
Identifier of the frame containing document whose application cache updated status.String
getManifestURL()
Manifest URL.Integer
getStatus()
Updated application cache status.void
setFrameId(String frameId)
Identifier of the frame containing document whose application cache updated status.void
setManifestURL(String manifestURL)
Manifest URL.void
setStatus(Integer status)
Updated application cache status.
-
-
-
Method Detail
-
getFrameId
public String getFrameId()
Identifier of the frame containing document whose application cache updated status.
-
setFrameId
public void setFrameId(String frameId)
Identifier of the frame containing document whose application cache updated status.
-
getManifestURL
public String getManifestURL()
Manifest URL.
-
setManifestURL
public void setManifestURL(String manifestURL)
Manifest URL.
-
getStatus
public Integer getStatus()
Updated application cache status.
-
setStatus
public void setStatus(Integer status)
Updated application cache status.
-
-