org.jbpm.console.ng.es.model
@Portable public class RequestSummary extends Object implements Serializable
Constructor and Description |
---|
RequestSummary() |
RequestSummary(Long id,
Date time,
String status,
String commandName,
String message,
String key) |
Modifier and Type | Method and Description |
---|---|
String |
getCommandName() |
int |
getExecutions() |
Long |
getId() |
String |
getKey() |
String |
getMessage() |
int |
getRetries() |
String |
getStatus() |
Date |
getTime() |
void |
setCommandName(String commandName) |
void |
setExecutions(int executions) |
void |
setId(Long id) |
void |
setKey(String key) |
void |
setMessage(String message) |
void |
setRetries(int retries) |
void |
setStatus(String status) |
void |
setTime(Date time) |
public Long getId()
public void setId(Long id)
public Date getTime()
public void setTime(Date time)
public String getStatus()
public void setStatus(String status)
public String getCommandName()
public void setCommandName(String commandName)
public String getMessage()
public void setMessage(String message)
public String getKey()
public void setKey(String key)
public int getRetries()
public void setRetries(int retries)
public int getExecutions()
public void setExecutions(int executions)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.