@Deprecated public class Subscription extends Object implements Serializable
Constructor and Description |
---|
Subscription()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SubscriptionCallback |
getCallback()
Deprecated.
|
long |
getExpirationTime()
Deprecated.
Get the value of expirationTime
|
String |
getId()
Deprecated.
Get the value of id
|
String |
getSourceUrl()
Deprecated.
Get the value of sourceUrl
|
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(String newid)
Deprecated.
Set the value of id
|
void |
setSourceUrl(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(String newverifyToken)
Deprecated.
Set the value of verifyToken
|
public void setExpirationTime(long newexpirationTime)
newexpirationTime
- new value of expirationTimepublic long getExpirationTime()
public void setId(String newid)
newid
- new value of idpublic String getId()
public void setSourceUrl(String newsourceUrl)
newsourceUrl
- new value of sourceUrlpublic 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(String newverifyToken)
newverifyToken
- new value of verifyTokenpublic String getVerifyToken()
public SubscriptionCallback getCallback()
public void setCallback(SubscriptionCallback callback)
callback
- the callback to setCopyright © 2021. All rights reserved.