public class V1alpha1IncidentNotification extends Object
| Constructor and Description |
|---|
V1alpha1IncidentNotification() |
| Modifier and Type | Method and Description |
|---|---|
V1alpha1IncidentNotification |
author(String author) |
V1alpha1IncidentNotification |
checkOutput(String checkOutput) |
V1alpha1IncidentNotification |
comment(String comment) |
boolean |
equals(Object o) |
V1alpha1IncidentNotification |
firstTimestamp(org.joda.time.DateTime firstTimestamp) |
String |
getAuthor()
name of user making comment
|
String |
getCheckOutput()
brief output of check command for the incident
|
String |
getComment()
comment made by user
|
org.joda.time.DateTime |
getFirstTimestamp()
The time at which this notification was first recorded.
|
org.joda.time.DateTime |
getLastTimestamp()
The time at which the most recent occurrence of this notification was recorded.
|
String |
getState()
state of incident, such as Critical, Warning, OK, Unknown
|
String |
getType()
incident notification type.
|
int |
hashCode() |
V1alpha1IncidentNotification |
lastTimestamp(org.joda.time.DateTime lastTimestamp) |
void |
setAuthor(String author) |
void |
setCheckOutput(String checkOutput) |
void |
setComment(String comment) |
void |
setFirstTimestamp(org.joda.time.DateTime firstTimestamp) |
void |
setLastTimestamp(org.joda.time.DateTime lastTimestamp) |
void |
setState(String state) |
void |
setType(String type) |
V1alpha1IncidentNotification |
state(String state) |
String |
toString() |
V1alpha1IncidentNotification |
type(String type) |
public V1alpha1IncidentNotification author(String author)
public String getAuthor()
public void setAuthor(String author)
public V1alpha1IncidentNotification checkOutput(String checkOutput)
public String getCheckOutput()
public void setCheckOutput(String checkOutput)
public V1alpha1IncidentNotification comment(String comment)
public String getComment()
public void setComment(String comment)
public V1alpha1IncidentNotification firstTimestamp(org.joda.time.DateTime firstTimestamp)
public org.joda.time.DateTime getFirstTimestamp()
public void setFirstTimestamp(org.joda.time.DateTime firstTimestamp)
public V1alpha1IncidentNotification lastTimestamp(org.joda.time.DateTime lastTimestamp)
public org.joda.time.DateTime getLastTimestamp()
public void setLastTimestamp(org.joda.time.DateTime lastTimestamp)
public V1alpha1IncidentNotification state(String state)
public String getState()
public void setState(String state)
public V1alpha1IncidentNotification type(String type)
public String getType()
public void setType(String type)
Copyright © 2018. All rights reserved.