@Deprecated public class JPASubscriber extends Subscriber implements Serializable
VERIFY_ASYNC, VERIFY_SYNC
Constructor and Description |
---|
JPASubscriber()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
copyFrom(Subscriber source)
Deprecated.
|
String |
getId()
Deprecated.
Get the value of id
|
Date |
getSubscribedAt()
Deprecated.
Get the value of subscribedAt
|
boolean |
isExpired()
Deprecated.
Get the value of expired
|
void |
setExpired(boolean newexpired)
Deprecated.
Set the value of expired
|
void |
setId(String newid)
Deprecated.
Set the value of id
|
void |
setSubscribedAt(Date newsubscribedAt)
Deprecated.
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 © 2019. All rights reserved.