public class ResponseReceivedExtraInfo extends Object
| Constructor and Description |
|---|
ResponseReceivedExtraInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<BlockedSetCookieWithReason> |
getBlockedCookies()
A list of cookies which were not stored from the response along with the corresponding reasons
for blocking.
|
Map<String,Object> |
getHeaders()
Raw response headers as they were received over the wire.
|
String |
getHeadersText()
Raw response header text as it was received over the wire.
|
String |
getRequestId()
Request identifier.
|
void |
setBlockedCookies(List<BlockedSetCookieWithReason> blockedCookies)
A list of cookies which were not stored from the response along with the corresponding reasons
for blocking.
|
void |
setHeaders(Map<String,Object> headers)
Raw response headers as they were received over the wire.
|
void |
setHeadersText(String headersText)
Raw response header text as it was received over the wire.
|
void |
setRequestId(String requestId)
Request identifier.
|
public String getRequestId()
public void setRequestId(String requestId)
public List<BlockedSetCookieWithReason> getBlockedCookies()
public void setBlockedCookies(List<BlockedSetCookieWithReason> blockedCookies)
public Map<String,Object> getHeaders()
public void setHeaders(Map<String,Object> headers)
public String getHeadersText()
public void setHeadersText(String headersText)
Copyright © 2020. All rights reserved.