public class GfycatCategoriesData
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
GfycatCategoriesList |
categoriesList |
static int |
CURRENT_CATEGORIES_DATA_VERSION
Same as with database we should be able to drop categories when Gfycat format significantly changed.
|
long |
lastUpdateTime |
long |
version |
| Constructor and Description |
|---|
GfycatCategoriesData() |
GfycatCategoriesData(GfycatCategoriesList categoriesList,
long updateTime,
long version) |
| Modifier and Type | Method and Description |
|---|---|
GfycatCategoriesList |
getCategoriesList() |
long |
getLastUpdateTime() |
void |
setCategoriesList(GfycatCategoriesList categoriesList) |
void |
setLastUpdateTime(long lastUpdateTime) |
public static final int CURRENT_CATEGORIES_DATA_VERSION
public long version
public long lastUpdateTime
public GfycatCategoriesList categoriesList
public GfycatCategoriesData()
public GfycatCategoriesData(GfycatCategoriesList categoriesList, long updateTime, long version)
public GfycatCategoriesList getCategoriesList()
public void setCategoriesList(GfycatCategoriesList categoriesList)
public long getLastUpdateTime()
public void setLastUpdateTime(long lastUpdateTime)