@Portable public class TimerSummary extends GenericSummary<Long>
| Modifier and Type | Class and Description |
|---|---|
static class |
TimerSummary.Builder |
GenericSummary.LabeledCommandid, name| Constructor and Description |
|---|
TimerSummary() |
TimerSummary(Long id,
Long nodeId,
String name,
String uniqueId) |
| Modifier and Type | Method and Description |
|---|---|
static TimerSummary.Builder |
builder() |
Long |
getNodeId() |
String |
getUniqueId() |
void |
setNodeId(Long nodeId) |
void |
setUniqueId(String uniqueId) |
String |
toString() |
addCallback, equals, getCallbacks, getId, getName, hasCallbacks, hashCode, setCallbacks, setId, setNamepublic String getUniqueId()
public void setUniqueId(String uniqueId)
public Long getNodeId()
public void setNodeId(Long nodeId)
public String toString()
toString in class GenericSummary<Long>public static TimerSummary.Builder builder()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.