public abstract class StaticReport
extends java.lang.Object
implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
long |
endTimestamp |
long |
startTimestamp |
java.util.List<StaticReportResult> |
staticReportResult |
Constructor and Description |
---|
StaticReport() |
StaticReport(StaticReport o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this StaticReport.
|
static StaticReport |
fromString(java.lang.String s)
String representation of this StaticReport.
|
long |
getEndTimestamp()
The timestamp at which the range is ending (equals to the start timestamp of the next range).
|
long |
getStartTimestamp()
The timestamp from which the range is starting.
|
java.util.List<StaticReportResult> |
getStaticReportResult()
The list of results, query by query.
|
StaticReport |
makeCopy() |
static StaticReport |
readFrom(java.io.InputStream is)
Read this StaticReport from an XML fragment.
|
void |
setEndTimestamp(long endTimestamp)
The timestamp at which the range is ending (equals to the start timestamp of the next range).
|
void |
setStartTimestamp(long startTimestamp)
The timestamp from which the range is starting.
|
java.lang.String |
toString()
String representation of this StaticReport.
|
StaticReport |
withEndTimestamp(long endTimestamp) |
StaticReport |
withEndTimestamp(java.lang.Long endTimestamp) |
StaticReport |
withStartTimestamp(long startTimestamp) |
StaticReport |
withStartTimestamp(java.lang.Long startTimestamp) |
StaticReport |
withStaticReportResult(java.util.Collection<StaticReportResult> __values) |
StaticReport |
withStaticReportResult(StaticReportResult... __values)
The list of results, query by query.
|
void |
writeTo(java.io.OutputStream os) |
public long startTimestamp
public long endTimestamp
public java.util.List<StaticReportResult> staticReportResult
public StaticReport()
public StaticReport(StaticReport o)
public void setStartTimestamp(long startTimestamp)
public long getStartTimestamp()
public StaticReport withStartTimestamp(long startTimestamp)
public StaticReport withStartTimestamp(java.lang.Long startTimestamp)
public void setEndTimestamp(long endTimestamp)
public long getEndTimestamp()
public StaticReport withEndTimestamp(long endTimestamp)
public StaticReport withEndTimestamp(java.lang.Long endTimestamp)
public java.util.List<StaticReportResult> getStaticReportResult()
public StaticReport withStaticReportResult(StaticReportResult... __values)
public StaticReport withStaticReportResult(java.util.Collection<StaticReportResult> __values)
public StaticReport makeCopy()
public static StaticReport 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 StaticReport 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.