@Deprecated
public class Subscription
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private SubscriptionCallback |
callback
Deprecated.
|
private long |
expirationTime
Deprecated.
|
private java.lang.String |
id
Deprecated.
|
private static long |
serialVersionUID
Deprecated.
|
private java.lang.String |
sourceUrl
Deprecated.
|
private boolean |
unsubscribed
Deprecated.
|
private boolean |
validated
Deprecated.
|
private java.lang.String |
verifyToken
Deprecated.
|
Constructor and Description |
---|
Subscription()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SubscriptionCallback |
getCallback()
Deprecated.
|
long |
getExpirationTime()
Deprecated.
Get the value of expirationTime
|
java.lang.String |
getId()
Deprecated.
Get the value of id
|
java.lang.String |
getSourceUrl()
Deprecated.
Get the value of sourceUrl
|
java.lang.String |
getVerifyToken()
Deprecated.
Get the value of verifyToken
|
boolean |
isUnsubscribed()
Deprecated.
Get the value of unsubscribed
|
boolean |
isValidated()
Deprecated.
Get the value of validated
|
void |
setCallback(SubscriptionCallback callback)
Deprecated.
|
void |
setExpirationTime(long newexpirationTime)
Deprecated.
Set the value of expirationTime
|
void |
setId(java.lang.String newid)
Deprecated.
Set the value of id
|
void |
setSourceUrl(java.lang.String newsourceUrl)
Deprecated.
Set the value of sourceUrl
|
void |
setUnsubscribed(boolean newunsubscribed)
Deprecated.
Set the value of unsubscribed
|
void |
setValidated(boolean newvalidated)
Deprecated.
Set the value of validated
|
void |
setVerifyToken(java.lang.String newverifyToken)
Deprecated.
Set the value of verifyToken
|
private static final long serialVersionUID
private java.lang.String id
private java.lang.String sourceUrl
private java.lang.String verifyToken
private boolean unsubscribed
private boolean validated
private long expirationTime
private SubscriptionCallback callback
public void setExpirationTime(long newexpirationTime)
newexpirationTime
- new value of expirationTimepublic long getExpirationTime()
public void setId(java.lang.String newid)
newid
- new value of idpublic java.lang.String getId()
public void setSourceUrl(java.lang.String newsourceUrl)
newsourceUrl
- new value of sourceUrlpublic java.lang.String getSourceUrl()
public void setUnsubscribed(boolean newunsubscribed)
newunsubscribed
- new value of unsubscribedpublic boolean isUnsubscribed()
public void setValidated(boolean newvalidated)
newvalidated
- new value of validatedpublic boolean isValidated()
public void setVerifyToken(java.lang.String newverifyToken)
newverifyToken
- new value of verifyTokenpublic java.lang.String getVerifyToken()
public SubscriptionCallback getCallback()
public void setCallback(SubscriptionCallback callback)
callback
- the callback to set