public class OVStream extends AbstractReport
| Modifier and Type | Class and Description |
|---|---|
static class |
OVStream.Value
A stream ELEMENT that contains observed values of a stream-able state.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<OVStream.Value> |
value |
extension, instanceId, sequenceId, sequenceNumber| Constructor and Description |
|---|
OVStream() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<OVStream.Value> |
getValue()
Gets the value of the value property.
|
int |
hashCode() |
void |
setValue(List<OVStream.Value> value) |
String |
toString() |
getExtension, getInstanceId, getSequenceId, getSequenceNumber, setExtension, setInstanceId, setSequenceId, setSequenceNumberprotected List<OVStream.Value> value
public List<OVStream.Value> getValue()
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 value property.
For example, to add a new item, do as follows:
getValue().add(newItem);
Objects of the following type(s) are allowed in the list
OVStream.Value
public void setValue(List<OVStream.Value> value)
public String toString()
toString in class AbstractReportpublic boolean equals(Object that)
equals in class AbstractReportpublic int hashCode()
hashCode in class AbstractReportCopyright © 2017. All rights reserved.