public class ApplicationCacheResource extends Object
| Constructor and Description |
|---|
ApplicationCacheResource() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getSize()
Resource size.
|
String |
getType()
Resource type.
|
String |
getUrl()
Resource url.
|
void |
setSize(Integer size)
Resource size.
|
void |
setType(String type)
Resource type.
|
void |
setUrl(String url)
Resource url.
|
public String getUrl()
public void setUrl(String url)
public Integer getSize()
public void setSize(Integer size)
public String getType()
public void setType(String type)
Copyright © 2020. All rights reserved.