@Generated public class Subscription extends Object
| Constructor and Description |
|---|
Subscription() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCustomSubject() |
Boolean |
getPaused() |
Collection<SubscriptionSubscriber> |
getSubscribers() |
int |
hashCode() |
Subscription |
setCustomSubject(String customSubject) |
Subscription |
setPaused(Boolean paused) |
Subscription |
setSubscribers(Collection<SubscriptionSubscriber> subscribers) |
String |
toString() |
public Subscription setCustomSubject(String customSubject)
public String getCustomSubject()
public Subscription setPaused(Boolean paused)
public Boolean getPaused()
public Subscription setSubscribers(Collection<SubscriptionSubscriber> subscribers)
public Collection<SubscriptionSubscriber> getSubscribers()
Copyright © 2025. All rights reserved.