public class JPASubscriber extends Subscriber implements Serializable
VERIFY_ASYNC, VERIFY_SYNC
Constructor and Description |
---|
JPASubscriber() |
Modifier and Type | Method and Description |
---|---|
void |
copyFrom(Subscriber source) |
String |
getId()
Get the value of id
|
Date |
getSubscribedAt()
Get the value of subscribedAt
|
boolean |
isExpired()
Get the value of expired
|
void |
setExpired(boolean newexpired)
Set the value of expired
|
void |
setId(String newid)
Set the value of id
|
void |
setSubscribedAt(Date newsubscribedAt)
Set the value of subscribedAt
|
equals, getCallback, getCreationTime, getLeaseSeconds, getSecret, getTopic, getVerify, getVertifyToken, hashCode, setCallback, setCreationTime, setLeaseSeconds, setSecret, setTopic, setVerify, setVertifyToken
public void setExpired(boolean newexpired)
newexpired
- new value of expiredpublic boolean isExpired()
public void setId(String newid)
newid
- new value of idpublic String getId()
public void setSubscribedAt(Date newsubscribedAt)
newsubscribedAt
- new value of subscribedAtpublic Date getSubscribedAt()
public void copyFrom(Subscriber source)
Copyright © 2017. All rights reserved.