@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-09-29T11:12:16.359+02:00[Europe/Berlin]") public class MetricsIntervalResultDto extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_REPORTER |
static String |
SERIALIZED_NAME_TIMESTAMP |
static String |
SERIALIZED_NAME_VALUE |
Constructor and Description |
---|
MetricsIntervalResultDto() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getName()
The name of the metric.
|
String |
getReporter()
The reporter of the metric.
|
Date |
getTimestamp()
The interval timestamp.
|
Long |
getValue()
The value of the metric aggregated by the interval.
|
int |
hashCode() |
MetricsIntervalResultDto |
name(String name) |
MetricsIntervalResultDto |
reporter(String reporter) |
void |
setName(String name) |
void |
setReporter(String reporter) |
void |
setTimestamp(Date timestamp) |
void |
setValue(Long value) |
MetricsIntervalResultDto |
timestamp(Date timestamp) |
String |
toString() |
MetricsIntervalResultDto |
value(Long value) |
public static final String SERIALIZED_NAME_TIMESTAMP
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_REPORTER
public static final String SERIALIZED_NAME_VALUE
public MetricsIntervalResultDto timestamp(Date timestamp)
public void setTimestamp(Date timestamp)
public MetricsIntervalResultDto name(String name)
public void setName(String name)
public MetricsIntervalResultDto reporter(String reporter)
@Nullable public String getReporter()
public void setReporter(String reporter)
public MetricsIntervalResultDto value(Long value)
@Nullable public Long getValue()
public void setValue(Long value)
Copyright © 2022. All rights reserved.