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übersichtKonstruktoren
- 
MethodenübersichtModifizierer und TypMethodeBeschreibunglonggetCount()getGauge()getName()voidsetCount(long count) voidvoidsetMetrictype(MetricType metrictype) voidvoidsetTimestamp(Instant timestamp) Von Klasse geerbte Methoden de.dlr.proseo.model.PersistentObjectequals, getId, getVersion, hashCode, incrementVersion, setId
- 
Konstruktordetails- 
ApiMetricspublic 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
 
- 
getCountpublic 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
 
- 
setCountpublic void setCount(long count) - Parameter:
- count- the count to set
 
 
-