@Portable public class RuntimeLogSummary extends Object implements Serializable
Constructor and Description |
---|
RuntimeLogSummary() |
RuntimeLogSummary(long id,
String time,
String logLine,
String type) |
Modifier and Type | Method and Description |
---|---|
long |
getId() |
String |
getLogLine() |
String |
getTime() |
String |
getType() |
void |
setId(long id) |
void |
setLogLine(String logLine) |
void |
setTime(String time) |
void |
setType(String type) |
public long getId()
public void setId(long id)
public String getTime()
public void setTime(String time)
public String getLogLine()
public void setLogLine(String logLine)
public String getType()
public void setType(String type)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.