public class LoadingFinished extends Object
Constructor | Description |
---|---|
LoadingFinished() |
Modifier and Type | Method | Description |
---|---|---|
Double |
getEncodedDataLength() |
Total number of bytes received for this request.
|
String |
getRequestId() |
Request identifier.
|
Double |
getTimestamp() |
Timestamp.
|
Boolean |
isBlockedCrossSiteDocument() |
Set when response was blocked due to being cross-site document response.
|
void |
setBlockedCrossSiteDocument(Boolean blockedCrossSiteDocument) |
Set when response was blocked due to being cross-site document response.
|
void |
setEncodedDataLength(Double encodedDataLength) |
Total number of bytes received for this request.
|
void |
setRequestId(String requestId) |
Request identifier.
|
void |
setTimestamp(Double timestamp) |
Timestamp.
|
public String getRequestId()
public void setRequestId(String requestId)
public Double getTimestamp()
public void setTimestamp(Double timestamp)
public Double getEncodedDataLength()
public void setEncodedDataLength(Double encodedDataLength)
public Boolean isBlockedCrossSiteDocument()
public void setBlockedCrossSiteDocument(Boolean blockedCrossSiteDocument)
Copyright © 2017, 2018–2018 WebFolder OÜ. All rights reserved.