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