public class BenchmarkMessage extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_VALUE |
| Constructor and Description |
|---|
BenchmarkMessage() |
| Modifier and Type | Method and Description |
|---|---|
static BenchmarkMessage |
createInstance() |
boolean |
equals(Object that) |
String |
getId() |
long |
getTimestamp() |
String |
getValue() |
int |
hashCode() |
void |
setId(String id) |
void |
setTimestamp(long timestamp) |
void |
setValue(String value) |
public static final String DEFAULT_VALUE
public String getId()
public void setId(String id)
public long getTimestamp()
public void setTimestamp(long timestamp)
public String getValue()
public void setValue(String value)
public static BenchmarkMessage createInstance()
Copyright © 2017 Alfresco Software. All rights reserved.