@Deprecated
public class SubscriptionSummary
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
host
Deprecated.
|
private boolean |
lastPublishSuccessful
Deprecated.
|
private static long |
serialVersionUID
Deprecated.
|
private int |
subscribers
Deprecated.
|
Constructor and Description |
---|
SubscriptionSummary()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHost()
Deprecated.
Get the value of host
|
int |
getSubscribers()
Deprecated.
Get the value of subscribers
|
boolean |
isLastPublishSuccessful()
Deprecated.
Get the value of lastPublishSuccessful
|
void |
setHost(java.lang.String newhost)
Deprecated.
Set the value of host
|
void |
setLastPublishSuccessful(boolean newlastPublishSuccessful)
Deprecated.
Set the value of lastPublishSuccessful
|
void |
setSubscribers(int newsubscribers)
Deprecated.
Set the value of subscribers
|
private static final long serialVersionUID
private java.lang.String host
private boolean lastPublishSuccessful
private int subscribers
public void setHost(java.lang.String newhost)
newhost
- new value of hostpublic java.lang.String getHost()
public void setLastPublishSuccessful(boolean newlastPublishSuccessful)
newlastPublishSuccessful
- new value of lastPublishSuccessfulpublic boolean isLastPublishSuccessful()
public void setSubscribers(int newsubscribers)
newsubscribers
- new value of subscriberspublic int getSubscribers()