public class V1alpha1IncidentStatus extends Object
| Constructor and Description |
|---|
V1alpha1IncidentStatus() |
| Modifier and Type | Method and Description |
|---|---|
V1alpha1IncidentStatus |
addNotificationsItem(V1alpha1IncidentNotification notificationsItem) |
boolean |
equals(Object o) |
String |
getLastNotificationType()
Type of last notification, such as problem, acknowledgement, recovery or custom
|
List<V1alpha1IncidentNotification> |
getNotifications()
Notifications for the incident, such as problem or acknowledgement.
|
int |
hashCode() |
V1alpha1IncidentStatus |
lastNotificationType(String lastNotificationType) |
V1alpha1IncidentStatus |
notifications(List<V1alpha1IncidentNotification> notifications) |
void |
setLastNotificationType(String lastNotificationType) |
void |
setNotifications(List<V1alpha1IncidentNotification> notifications) |
String |
toString() |
public V1alpha1IncidentStatus lastNotificationType(String lastNotificationType)
public String getLastNotificationType()
public void setLastNotificationType(String lastNotificationType)
public V1alpha1IncidentStatus notifications(List<V1alpha1IncidentNotification> notifications)
public V1alpha1IncidentStatus addNotificationsItem(V1alpha1IncidentNotification notificationsItem)
public List<V1alpha1IncidentNotification> getNotifications()
public void setNotifications(List<V1alpha1IncidentNotification> notifications)
Copyright © 2018. All rights reserved.