@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-10-28T14:12:40.546+01:00[Europe/Prague]") public class NotificationEvent extends Object
| Constructor and Description |
|---|
NotificationEvent() |
| Modifier and Type | Method and Description |
|---|---|
NotificationEvent |
description(String description) |
boolean |
equals(Object o) |
String |
getDescription()
The description of the event.
|
Long |
getId()
The ID of the event.
|
String |
getName()
The name of the event.
|
NotificationEvent |
getTemplateEvent()
The template of the event.
|
int |
hashCode() |
NotificationEvent |
id(Long id) |
NotificationEvent |
name(String name) |
void |
setDescription(String description) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setTemplateEvent(NotificationEvent templateEvent) |
NotificationEvent |
templateEvent(NotificationEvent templateEvent) |
String |
toString() |
public NotificationEvent id(Long id)
public Long getId()
public void setId(Long id)
public NotificationEvent name(String name)
public String getName()
public void setName(String name)
public NotificationEvent description(String description)
public String getDescription()
public void setDescription(String description)
public NotificationEvent templateEvent(NotificationEvent templateEvent)
public NotificationEvent getTemplateEvent()
public void setTemplateEvent(NotificationEvent templateEvent)
Copyright © 2011–2021 Everit Kft.. All rights reserved.