public class CachedResource extends Object
| Constructor and Description |
|---|
CachedResource() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getBodySize()
Cached response body size.
|
Response |
getResponse()
Cached response data.
|
ResourceType |
getType()
Type of this resource.
|
String |
getUrl()
Resource URL.
|
void |
setBodySize(Double bodySize)
Cached response body size.
|
void |
setResponse(Response response)
Cached response data.
|
void |
setType(ResourceType type)
Type of this resource.
|
void |
setUrl(String url)
Resource URL.
|
public String getUrl()
public void setUrl(String url)
public ResourceType getType()
public void setType(ResourceType type)
public Response getResponse()
public void setResponse(Response response)
public Double getBodySize()
public void setBodySize(Double bodySize)
Copyright © 2020. All rights reserved.