public class DownloadWillBegin extends Object
| Constructor and Description |
|---|
DownloadWillBegin() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFrameId()
Id of the frame that caused the download to begin.
|
String |
getGuid()
Global unique identifier of the download.
|
String |
getSuggestedFilename()
Suggested file name of the resource (the actual name of the file saved on disk may differ).
|
String |
getUrl()
URL of the resource being downloaded.
|
void |
setFrameId(String frameId)
Id of the frame that caused the download to begin.
|
void |
setGuid(String guid)
Global unique identifier of the download.
|
void |
setSuggestedFilename(String suggestedFilename)
Suggested file name of the resource (the actual name of the file saved on disk may differ).
|
void |
setUrl(String url)
URL of the resource being downloaded.
|
public String getFrameId()
public void setFrameId(String frameId)
public String getGuid()
public void setGuid(String guid)
public String getUrl()
public void setUrl(String url)
public String getSuggestedFilename()
public void setSuggestedFilename(String suggestedFilename)
Copyright © 2021 Kenan Klisura. All rights reserved.