public class StatsResponse extends ServiceResponse
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TYPE |
| Constructor and Description |
|---|
StatsResponse(byte[] jsonBytes) |
StatsResponse(ServiceResponse template,
java.time.ZonedDateTime started,
java.util.List<EndpointResponse> endpointStats) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.util.List<EndpointResponse> |
getEndpointStats() |
java.time.ZonedDateTime |
getStarted() |
int |
hashCode() |
protected void |
subToJson(java.lang.StringBuilder sb) |
getId, getMetadata, getName, getType, getVersion, parseMessage, toJson, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitserialize, toJsonValuepublic static final java.lang.String TYPE
public StatsResponse(ServiceResponse template, java.time.ZonedDateTime started, java.util.List<EndpointResponse> endpointStats)
public StatsResponse(byte[] jsonBytes)
protected void subToJson(java.lang.StringBuilder sb)
subToJson in class ServiceResponsepublic java.time.ZonedDateTime getStarted()
public java.util.List<EndpointResponse> getEndpointStats()
public boolean equals(java.lang.Object o)
equals in class ServiceResponsepublic int hashCode()
hashCode in class ServiceResponse