Class IncrementalSyncSubscriptionEntity
java.lang.Object
com.atlassian.confluence.incrementalsync.IncrementalSyncSubscriptionEntity
- All Implemented Interfaces:
NotExportable
,Serializable
public class IncrementalSyncSubscriptionEntity
extends Object
implements Serializable, NotExportable
Hibernate entity object
- Since:
- 9.3.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
long
getId()
long
getState()
int
hashCode()
void
setContextKey
(String contextKey) void
setId
(long id) void
setLastAccessTime
(Instant lastAccessTime) void
setMostRecentId
(long mostRecentId) void
void
setSubscriber
(ConfluenceUser creator) void
setSubscriptionData
(String subscriptionData)
-
Constructor Details
-
IncrementalSyncSubscriptionEntity
public IncrementalSyncSubscriptionEntity()
-
-
Method Details
-
getId
public long getId() -
setId
public void setId(long id) -
getContextKey
-
setContextKey
-
getMostRecentId
public long getMostRecentId() -
setMostRecentId
public void setMostRecentId(long mostRecentId) -
getState
-
setState
-
getSubscriptionData
-
setSubscriptionData
-
getLastAccessTime
-
setLastAccessTime
-
getSubscriber
-
setSubscriber
-
equals
-
hashCode
public int hashCode()
-