Package de.dlr.proseo.model
Klasse ApiMetrics
java.lang.Object
de.dlr.proseo.model.PersistentObject
de.dlr.proseo.model.ApiMetrics
Collect production metrics
- Autor:
- Ernst Melchinger
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunglong
getCount()
getGauge()
getName()
void
setCount
(long count) void
void
setMetrictype
(MetricType metrictype) void
void
setTimestamp
(Instant timestamp) Von Klasse geerbte Methoden de.dlr.proseo.model.PersistentObject
equals, getId, getVersion, hashCode, incrementVersion, setId
-
Konstruktordetails
-
ApiMetrics
public ApiMetrics()
-
-
Methodendetails
-
getName
- Gibt zurück:
- the name
-
getTimestamp
- Gibt zurück:
- the timestamp
-
getMetrictype
- Gibt zurück:
- the metrictype
-
getGauge
- Gibt zurück:
- the gauge
-
getCount
public long getCount()- Gibt zurück:
- the count
-
setName
- Parameter:
name
- the name to set
-
setTimestamp
- Parameter:
timestamp
- the timestamp to set
-
setMetrictype
- Parameter:
metrictype
- the metrictype to set
-
setGauge
- Parameter:
gauge
- the gauge to set
-
setCount
public void setCount(long count) - Parameter:
count
- the count to set
-