public class RealTimeSampleArrayValue extends AbstractMetricValue
| Modifier and Type | Field and Description |
|---|---|
protected List<Annotation> |
annotations |
protected List<BigDecimal> |
values |
extension, measurementState, startTime, stopTime, timeOfObservation| Constructor and Description |
|---|
RealTimeSampleArrayValue() |
| Modifier and Type | Method and Description |
|---|---|
List<Annotation> |
getAnnotations()
Gets the value of the annotations property.
|
List<BigDecimal> |
getValues()
Gets the value of the values property.
|
void |
setAnnotations(List<Annotation> value) |
void |
setValues(List<BigDecimal> value) |
getExtension, getMeasurementState, getStartTime, getStopTime, getTimeOfObservation, setExtension, setMeasurementState, setStartTime, setStopTime, setTimeOfObservationprotected List<Annotation> annotations
protected List<BigDecimal> values
public List<Annotation> getAnnotations()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the annotations property.
For example, to add a new item, do as follows:
getAnnotations().add(newItem);
Objects of the following type(s) are allowed in the list
Annotation
public List<BigDecimal> getValues()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the values property.
For example, to add a new item, do as follows:
getValues().add(newItem);
Objects of the following type(s) are allowed in the list
BigDecimal
public void setAnnotations(List<Annotation> value)
public void setValues(List<BigDecimal> value)
Copyright © 2016. All rights reserved.