public class ProbeValueList extends java.lang.Object implements com.exalead.util.Checkable, java.io.Serializable, Cloneable
Modifier and Type | Field and Description |
---|---|
java.util.List<ProbeValue> |
probeValue |
long |
startTime |
long |
uptimeSeconds |
Constructor and Description |
---|
ProbeValueList() |
ProbeValueList(ProbeValueList o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this ProbeValueList.
|
ProbeValueList |
clone()
Creates and returns a deep copy of this ProbeValueList.
|
static ProbeValueList |
fromString(java.lang.String s)
String representation of this ProbeValueList.
|
java.util.List<ProbeValue> |
getProbeValue()
List of probes
|
long |
getStartTime()
Process start time in ms since Epoch
|
long |
getUptimeSeconds()
Number of seconds since startTime
|
ProbeValueList |
makeCopy()
Creates and returns a deep copy of this ProbeValueList.
|
static ProbeValueList |
readFrom(java.io.InputStream is)
Read this ProbeValueList from an XML fragment.
|
void |
setStartTime(long startTime)
Process start time in ms since Epoch
|
void |
setUptimeSeconds(long uptimeSeconds)
Number of seconds since startTime
|
java.lang.String |
toString()
String representation of this ProbeValueList.
|
ProbeValueList |
withProbeValue(java.util.Collection<ProbeValue> __values) |
ProbeValueList |
withProbeValue(ProbeValue... __values)
List of probes
|
ProbeValueList |
withStartTime(long startTime) |
ProbeValueList |
withStartTime(java.lang.Long startTime) |
ProbeValueList |
withUptimeSeconds(long uptimeSeconds) |
ProbeValueList |
withUptimeSeconds(java.lang.Long uptimeSeconds) |
void |
writeTo(java.io.OutputStream os)
Write this ProbeValueList as an XML fragment
|
public java.util.List<ProbeValue> probeValue
public long startTime
public long uptimeSeconds
public ProbeValueList()
public ProbeValueList(ProbeValueList o)
public java.util.List<ProbeValue> getProbeValue()
public ProbeValueList withProbeValue(ProbeValue... __values)
public ProbeValueList withProbeValue(java.util.Collection<ProbeValue> __values)
public void setStartTime(long startTime)
public long getStartTime()
public ProbeValueList withStartTime(long startTime)
public ProbeValueList withStartTime(java.lang.Long startTime)
public void setUptimeSeconds(long uptimeSeconds)
public long getUptimeSeconds()
public ProbeValueList withUptimeSeconds(long uptimeSeconds)
public ProbeValueList withUptimeSeconds(java.lang.Long uptimeSeconds)
public ProbeValueList clone()
clone
in class java.lang.Object
public ProbeValueList makeCopy()
public static ProbeValueList readFrom(java.io.InputStream is) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public void writeTo(java.io.OutputStream os) throws javax.xml.bind.JAXBException, java.io.IOException
javax.xml.bind.JAXBException
java.io.IOException
public static ProbeValueList fromString(java.lang.String s) throws javax.xml.bind.JAXBException, java.io.UnsupportedEncodingException
javax.xml.bind.JAXBException
java.io.UnsupportedEncodingException
public java.lang.String toString()
toString
in class java.lang.Object
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
com.exalead.util.TypedException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.