Package org.openapitools.client.model
Class Subscription
java.lang.Object
org.openapitools.client.model.Subscription
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-03-21T10:43:54.328303-05:00[America/Chicago]")
public class Subscription
extends Object
Subscription
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddChannelsItem
(String channelsItem) boolean
Get channelsgetLinks()
Get linksGet notificationTypeGet statusint
hashCode()
notificationType
(NotificationType notificationType) void
setChannels
(List<String> channels) void
setNotificationType
(NotificationType notificationType) void
setStatus
(SubscriptionStatus status) status
(SubscriptionStatus status) toString()
-
Field Details
-
JSON_PROPERTY_CHANNELS
- See Also:
-
JSON_PROPERTY_NOTIFICATION_TYPE
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
Subscription
public Subscription()
-
-
Method Details
-
channels
-
addChannelsItem
-
getChannels
Get channels- Returns:
- channels
-
setChannels
-
notificationType
-
getNotificationType
Get notificationType- Returns:
- notificationType
-
setNotificationType
-
status
-
getStatus
Get status- Returns:
- status
-
setStatus
-
getLinks
Get links- Returns:
- links
-
equals
-
hashCode
public int hashCode() -
toString
-