Package org.openapitools.client.model
Class Subscription
java.lang.Object
org.openapitools.client.model.Subscription
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2023-04-19T09:13:44.263607-05:00[America/Chicago]")
public class Subscription
extends Object
Subscription
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionaddChannelsItem(String channelsItem) booleanGet channelsgetLinks()Get linksGet notificationTypeGet statusinthashCode()notificationType(NotificationType notificationType) voidsetChannels(List<String> channels) voidsetNotificationType(NotificationType notificationType) voidsetStatus(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
 
 -