public class DbNetCache extends Object
コンストラクタと説明 |
---|
DbNetCache() |
DbNetCache(String url) |
DbNetCache(String url,
int cacheType,
int bodySize,
int blockSize,
int downloadedSize,
String method,
Date cacheTime,
Date cacheLimit,
String etag,
String hash) |
修飾子とタイプ | メソッドと説明 |
---|---|
int |
getBlockSize() |
int |
getBodySize() |
Date |
getCacheLimit()
Not-null value.
|
Date |
getCacheTime()
Not-null value.
|
int |
getCacheType() |
int |
getDownloadedSize() |
String |
getEtag() |
String |
getHash() |
String |
getMethod()
Not-null value.
|
String |
getUrl()
Not-null value.
|
void |
setBlockSize(int blockSize) |
void |
setBodySize(int bodySize) |
void |
setCacheLimit(Date cacheLimit)
Not-null value; ensure this value is available before it is saved to the database.
|
void |
setCacheTime(Date cacheTime)
Not-null value; ensure this value is available before it is saved to the database.
|
void |
setCacheType(int cacheType) |
void |
setDownloadedSize(int downloadedSize) |
void |
setEtag(String etag) |
void |
setHash(String hash) |
void |
setMethod(String method)
Not-null value; ensure this value is available before it is saved to the database.
|
void |
setUrl(String url)
Not-null value; ensure this value is available before it is saved to the database.
|
public DbNetCache()
public DbNetCache(String url)
public String getUrl()
public void setUrl(String url)
public int getCacheType()
public void setCacheType(int cacheType)
public int getBodySize()
public void setBodySize(int bodySize)
public int getBlockSize()
public void setBlockSize(int blockSize)
public int getDownloadedSize()
public void setDownloadedSize(int downloadedSize)
public String getMethod()
public void setMethod(String method)
public Date getCacheTime()
public void setCacheTime(Date cacheTime)
public Date getCacheLimit()
public void setCacheLimit(Date cacheLimit)
public String getEtag()
public void setEtag(String etag)
public String getHash()
public void setHash(String hash)