Class MostUsedLabelsCacheRecord
- java.lang.Object
-
- com.atlassian.confluence.impl.labels.adaptivelabelcache.dao.MostUsedLabelsCacheRecord
-
- All Implemented Interfaces:
NotExportable
public class MostUsedLabelsCacheRecord extends Object implements NotExportable
Represents a cache records stored in DB- Since:
- 7.7.0
-
-
Constructor Summary
Constructors Constructor Description MostUsedLabelsCacheRecord()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getExpirationTs()
String
getLabels()
int
getRequestLimit()
long
getRequestTs()
long
getSpaceId()
int
getVersion()
void
setExpirationTs(long expirationTs)
void
setLabels(String labels)
void
setRequestLimit(int requestLimit)
void
setRequestTs(long requestTs)
void
setSpaceId(long spaceId)
void
setVersion(int version)
-
-
-
Method Detail
-
getSpaceId
public long getSpaceId()
-
setSpaceId
public void setSpaceId(long spaceId)
-
getExpirationTs
public long getExpirationTs()
-
setExpirationTs
public void setExpirationTs(long expirationTs)
-
getLabels
public String getLabels()
-
setLabels
public void setLabels(String labels)
-
getRequestLimit
public int getRequestLimit()
-
setRequestLimit
public void setRequestLimit(int requestLimit)
-
getRequestTs
public long getRequestTs()
-
setRequestTs
public void setRequestTs(long requestTs)
-
getVersion
public int getVersion()
-
setVersion
public void setVersion(int version)
-
-