public class GenerateStaticApplicationReport extends GenerateStaticReport implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
java.lang.String |
applicationId |
DEFAULT_FROM_TIMESTAMP, fromTimestamp
Constructor and Description |
---|
GenerateStaticApplicationReport() |
GenerateStaticApplicationReport(GenerateStaticApplicationReport o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this GenerateStaticApplicationReport.
|
static GenerateStaticApplicationReport |
fromString(java.lang.String s)
String representation of this GenerateStaticApplicationReport.
|
java.lang.String |
getApplicationId()
If set, generates an application specific report
If not set, generates all deployed application reports |
GenerateStaticApplicationReport |
makeCopy()
Creates and returns a deep copy of this GenerateStaticApplicationReport.
|
static GenerateStaticApplicationReport |
readFrom(java.io.InputStream is)
Read this GenerateStaticApplicationReport from an XML fragment.
|
void |
setApplicationId(java.lang.String applicationId)
If set, generates an application specific report
If not set, generates all deployed application reports |
java.lang.String |
toString()
String representation of this GenerateStaticApplicationReport.
|
GenerateStaticApplicationReport |
withApplicationId(java.lang.String applicationId) |
GenerateStaticApplicationReport |
withFromTimestamp(long fromTimestamp) |
GenerateStaticApplicationReport |
withFromTimestamp(java.lang.Long fromTimestamp) |
void |
writeTo(java.io.OutputStream os)
Write this GenerateStaticApplicationReport as an XML fragment
|
getFromTimestamp, setFromTimestamp
public GenerateStaticApplicationReport()
public GenerateStaticApplicationReport(GenerateStaticApplicationReport o)
public GenerateStaticApplicationReport withFromTimestamp(long fromTimestamp)
withFromTimestamp
in class GenerateStaticReport
public GenerateStaticApplicationReport withFromTimestamp(java.lang.Long fromTimestamp)
withFromTimestamp
in class GenerateStaticReport
public void setApplicationId(java.lang.String applicationId)
public java.lang.String getApplicationId()
public GenerateStaticApplicationReport withApplicationId(java.lang.String applicationId)
public GenerateStaticApplicationReport makeCopy()
makeCopy
in class GenerateStaticReport
public static GenerateStaticApplicationReport 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
writeTo
in class GenerateStaticReport
javax.xml.bind.JAXBException
java.io.IOException
public static GenerateStaticApplicationReport 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 GenerateStaticReport
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
check
in class GenerateStaticReport
com.exalead.util.TypedException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.