| Constructor and Description |
|---|
Incident() |
Incident(Integer id,
String description,
Instant reported) |
Incident(Integer id,
String description,
Instant reported,
Instant effectiveStart,
Instant effectiveEnd) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
Instant |
getEffectiveEnd() |
Instant |
getEffectiveStart() |
Integer |
getId() |
Instant |
getReported() |
void |
setDescription(String description) |
void |
setEffectiveEnd(Instant effectiveEnd) |
void |
setEffectiveStart(Instant effectiveStart) |
void |
setId(Integer id) |
void |
setReported(Instant reported) |
public Integer getId()
public void setId(Integer id)
public String getDescription()
public void setDescription(String description)
public Instant getReported()
public void setReported(Instant reported)
public Instant getEffectiveStart()
public void setEffectiveStart(Instant effectiveStart)
public Instant getEffectiveEnd()
public void setEffectiveEnd(Instant effectiveEnd)
Copyright © 2001-2024 Red Hat, Inc. All Rights Reserved.