public class StoredIncident extends Object
StoredActivity
Constructor and Description |
---|
StoredIncident(String className,
long occurTime,
String detail)
This contructor initializes the incident.
|
Modifier and Type | Method and Description |
---|---|
String |
getClassName()
Return the name of the incident class.
|
String |
getDetail()
Return the detailed information regarding the incident.
|
long |
getOccurTime()
Return the time the incident occurred.
|
public final String getClassName()
public final long getOccurTime()
public final String getDetail()
Copyright © 1999–2017 Apache OODT. All rights reserved.