public class JdrReport extends Object
JdrReportCollector
.Constructor and Description |
---|
JdrReport() |
Modifier and Type | Method and Description |
---|---|
Date |
getEndTime()
Indicates the time the JDR report collection was complete.
|
String |
getLocation()
Indicates the location of the generated JDR report.
|
Date |
getStartTime()
Indicates the time the JDR report collection was initiated.
|
void |
setEndTime() |
void |
setEndTime(Date time) |
void |
setLocation(String location) |
void |
setStartTime() |
void |
setStartTime(Date time) |
public Date getStartTime()
public void setStartTime(Date time)
public void setStartTime()
public Date getEndTime()
public void setEndTime(Date time)
public void setEndTime()
public String getLocation()
public void setLocation(String location)
Copyright © 2014 JBoss by Red Hat. All rights reserved.