public class SDCStoreStatus
extends java.lang.Object
implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static long |
DEFAULT_LAST_SYNCHRONIZED_SERIAL |
long |
lastSynchronizedSerial |
java.util.List<SDCSerialStatus> |
sDCSerialStatus |
Constructor and Description |
---|
SDCStoreStatus() |
SDCStoreStatus(SDCStoreStatus o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this SDCStoreStatus.
|
static SDCStoreStatus |
fromString(java.lang.String s)
String representation of this SDCStoreStatus.
|
long |
getLastSynchronizedSerial() |
java.util.List<SDCSerialStatus> |
getSDCSerialStatus() |
SDCStoreStatus |
makeCopy()
Creates and returns a deep copy of this SDCStoreStatus.
|
static SDCStoreStatus |
readFrom(java.io.InputStream is)
Read this SDCStoreStatus from an XML fragment.
|
void |
setLastSynchronizedSerial(long lastSynchronizedSerial) |
java.lang.String |
toString()
String representation of this SDCStoreStatus.
|
SDCStoreStatus |
withLastSynchronizedSerial(long lastSynchronizedSerial) |
SDCStoreStatus |
withLastSynchronizedSerial(java.lang.Long lastSynchronizedSerial) |
SDCStoreStatus |
withSDCSerialStatus(java.util.Collection<SDCSerialStatus> __values) |
SDCStoreStatus |
withSDCSerialStatus(SDCSerialStatus... __values) |
void |
writeTo(java.io.OutputStream os)
Write this SDCStoreStatus as an XML fragment
|
public long lastSynchronizedSerial
public static final long DEFAULT_LAST_SYNCHRONIZED_SERIAL
public java.util.List<SDCSerialStatus> sDCSerialStatus
public SDCStoreStatus()
public SDCStoreStatus(SDCStoreStatus o)
public void setLastSynchronizedSerial(long lastSynchronizedSerial)
public long getLastSynchronizedSerial()
public SDCStoreStatus withLastSynchronizedSerial(long lastSynchronizedSerial)
public SDCStoreStatus withLastSynchronizedSerial(java.lang.Long lastSynchronizedSerial)
public java.util.List<SDCSerialStatus> getSDCSerialStatus()
public SDCStoreStatus withSDCSerialStatus(SDCSerialStatus... __values)
public SDCStoreStatus withSDCSerialStatus(java.util.Collection<SDCSerialStatus> __values)
public SDCStoreStatus makeCopy()
public static SDCStoreStatus 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 SDCStoreStatus 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.