public class CompactSnapshot
extends java.lang.Object
implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
java.lang.String |
instance |
java.lang.String |
sourceName |
Constructor and Description |
---|
CompactSnapshot() |
CompactSnapshot(CompactSnapshot o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this CompactSnapshot.
|
static CompactSnapshot |
fromString(java.lang.String s)
String representation of this CompactSnapshot.
|
java.lang.String |
getInstance()
Replay server instance.
|
java.lang.String |
getSourceName()
The name of the here the sampling point
|
CompactSnapshot |
makeCopy()
Creates and returns a deep copy of this CompactSnapshot.
|
static CompactSnapshot |
readFrom(java.io.InputStream is)
Read this CompactSnapshot from an XML fragment.
|
void |
setInstance(java.lang.String instance)
Replay server instance.
|
void |
setSourceName(java.lang.String sourceName)
The name of the here the sampling point
|
java.lang.String |
toString()
String representation of this CompactSnapshot.
|
CompactSnapshot |
withInstance(java.lang.String instance) |
CompactSnapshot |
withSourceName(java.lang.String sourceName) |
void |
writeTo(java.io.OutputStream os)
Write this CompactSnapshot as an XML fragment
|
public java.lang.String instance
public java.lang.String sourceName
public CompactSnapshot()
public CompactSnapshot(CompactSnapshot o)
public void setInstance(java.lang.String instance)
public java.lang.String getInstance()
public CompactSnapshot withInstance(java.lang.String instance)
public void setSourceName(java.lang.String sourceName)
public java.lang.String getSourceName()
public CompactSnapshot withSourceName(java.lang.String sourceName)
public CompactSnapshot makeCopy()
public static CompactSnapshot 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 CompactSnapshot 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.