@Deprecated public class Subscriber extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
VERIFY_ASYNC
Deprecated.
|
static String |
VERIFY_SYNC
Deprecated.
|
Constructor and Description |
---|
Subscriber()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Deprecated.
|
String |
getCallback()
Deprecated.
Get the value of callback
|
long |
getCreationTime()
Deprecated.
Get the value of creationTime
|
long |
getLeaseSeconds()
Deprecated.
Get the value of leaseSeconds
|
String |
getSecret()
Deprecated.
Get the value of secret
|
String |
getTopic()
Deprecated.
Get the value of topic
|
String |
getVerify()
Deprecated.
Get the value of verify
|
String |
getVertifyToken()
Deprecated.
Get the value of vertifyToken
|
int |
hashCode()
Deprecated.
|
void |
setCallback(String newcallback)
Deprecated.
Set the value of callback
|
void |
setCreationTime(long newcreationTime)
Deprecated.
Set the value of creationTime
|
void |
setLeaseSeconds(long newleaseSeconds)
Deprecated.
Set the value of leaseSeconds
|
void |
setSecret(String newsecret)
Deprecated.
Set the value of secret
|
void |
setTopic(String newtopic)
Deprecated.
Set the value of topic
|
void |
setVerify(String newverify)
Deprecated.
Set the value of verify
|
void |
setVertifyToken(String newvertifyToken)
Deprecated.
Set the value of vertifyToken
|
public static final String VERIFY_SYNC
public static final String VERIFY_ASYNC
public void setCallback(String newcallback)
newcallback
- new value of callbackpublic String getCallback()
public void setCreationTime(long newcreationTime)
newcreationTime
- new value of creationTimepublic long getCreationTime()
public void setLeaseSeconds(long newleaseSeconds)
newleaseSeconds
- new value of leaseSecondspublic long getLeaseSeconds()
public void setSecret(String newsecret)
newsecret
- new value of secretpublic String getSecret()
public void setTopic(String newtopic)
newtopic
- new value of topicpublic String getTopic()
public void setVerify(String newverify)
newverify
- new value of verifypublic String getVerify()
public void setVertifyToken(String newvertifyToken)
newvertifyToken
- new value of vertifyTokenpublic String getVertifyToken()
Copyright © 2020. All rights reserved.