public class CDIHStatus
extends java.lang.Object
implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
compacting |
static boolean |
DEFAULT_COMPACTING |
int |
lastAllocatedDid |
Constructor and Description |
---|
CDIHStatus() |
CDIHStatus(CDIHStatus o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this CDIHStatus.
|
static CDIHStatus |
fromString(java.lang.String s)
String representation of this CDIHStatus.
|
int |
getLastAllocatedDid() |
boolean |
isCompacting() |
CDIHStatus |
makeCopy()
Creates and returns a deep copy of this CDIHStatus.
|
static CDIHStatus |
readFrom(java.io.InputStream is)
Read this CDIHStatus from an XML fragment.
|
void |
setCompacting(boolean compacting) |
void |
setLastAllocatedDid(int lastAllocatedDid) |
java.lang.String |
toString()
String representation of this CDIHStatus.
|
CDIHStatus |
withCompacting(boolean compacting) |
CDIHStatus |
withCompacting(java.lang.Boolean compacting) |
CDIHStatus |
withLastAllocatedDid(int lastAllocatedDid) |
CDIHStatus |
withLastAllocatedDid(java.lang.Integer lastAllocatedDid) |
void |
writeTo(java.io.OutputStream os)
Write this CDIHStatus as an XML fragment
|
public boolean compacting
public static final boolean DEFAULT_COMPACTING
public int lastAllocatedDid
public CDIHStatus()
public CDIHStatus(CDIHStatus o)
public void setCompacting(boolean compacting)
public boolean isCompacting()
public CDIHStatus withCompacting(boolean compacting)
public CDIHStatus withCompacting(java.lang.Boolean compacting)
public void setLastAllocatedDid(int lastAllocatedDid)
public int getLastAllocatedDid()
public CDIHStatus withLastAllocatedDid(int lastAllocatedDid)
public CDIHStatus withLastAllocatedDid(java.lang.Integer lastAllocatedDid)
public CDIHStatus makeCopy()
public static CDIHStatus 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 CDIHStatus 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.