public class IndexedCheckpoints
extends java.lang.Object
implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
IndexedCheckpoints.Checkpoints |
Modifier and Type | Field and Description |
---|---|
java.lang.String |
buildGroup |
protected IndexedCheckpoints.Checkpoints |
checkpoints |
static boolean |
DEFAULT_OK |
int |
indexSlice |
boolean |
ok |
java.lang.String |
sliceInstance |
Constructor and Description |
---|
IndexedCheckpoints() |
IndexedCheckpoints(IndexedCheckpoints o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this IndexedCheckpoints.
|
static IndexedCheckpoints |
fromString(java.lang.String s)
String representation of this IndexedCheckpoints.
|
java.lang.String |
getBuildGroup() |
IndexedCheckpoints.Checkpoints |
getCheckpoints() |
int |
getIndexSlice() |
java.lang.String |
getSliceInstance() |
boolean |
isOk() |
IndexedCheckpoints |
makeCopy()
Creates and returns a deep copy of this IndexedCheckpoints.
|
static IndexedCheckpoints |
readFrom(java.io.InputStream is)
Read this IndexedCheckpoints from an XML fragment.
|
void |
setBuildGroup(java.lang.String buildGroup) |
void |
setCheckpoints(IndexedCheckpoints.Checkpoints __value) |
void |
setIndexSlice(int indexSlice) |
void |
setOk(boolean ok) |
void |
setSliceInstance(java.lang.String sliceInstance) |
java.lang.String |
toString()
String representation of this IndexedCheckpoints.
|
IndexedCheckpoints |
withBuildGroup(java.lang.String buildGroup) |
IndexedCheckpoints |
withCheckpoints(java.util.Collection<KeyValue> __values) |
IndexedCheckpoints |
withCheckpoints(IndexedCheckpoints.Checkpoints __value) |
IndexedCheckpoints |
withCheckpoints(KeyValue... __values) |
IndexedCheckpoints |
withIndexSlice(int indexSlice) |
IndexedCheckpoints |
withIndexSlice(java.lang.Integer indexSlice) |
IndexedCheckpoints |
withOk(boolean ok) |
IndexedCheckpoints |
withOk(java.lang.Boolean ok) |
IndexedCheckpoints |
withSliceInstance(java.lang.String sliceInstance) |
void |
writeTo(java.io.OutputStream os)
Write this IndexedCheckpoints as an XML fragment
|
public boolean ok
public static final boolean DEFAULT_OK
public java.lang.String buildGroup
public int indexSlice
public java.lang.String sliceInstance
protected IndexedCheckpoints.Checkpoints checkpoints
public IndexedCheckpoints()
public IndexedCheckpoints(IndexedCheckpoints o)
public void setOk(boolean ok)
public boolean isOk()
public IndexedCheckpoints withOk(boolean ok)
public IndexedCheckpoints withOk(java.lang.Boolean ok)
public void setBuildGroup(java.lang.String buildGroup)
public java.lang.String getBuildGroup()
public IndexedCheckpoints withBuildGroup(java.lang.String buildGroup)
public void setIndexSlice(int indexSlice)
public int getIndexSlice()
public IndexedCheckpoints withIndexSlice(int indexSlice)
public IndexedCheckpoints withIndexSlice(java.lang.Integer indexSlice)
public void setSliceInstance(java.lang.String sliceInstance)
public java.lang.String getSliceInstance()
public IndexedCheckpoints withSliceInstance(java.lang.String sliceInstance)
public IndexedCheckpoints.Checkpoints getCheckpoints()
public void setCheckpoints(IndexedCheckpoints.Checkpoints __value)
public IndexedCheckpoints withCheckpoints(KeyValue... __values)
public IndexedCheckpoints withCheckpoints(java.util.Collection<KeyValue> __values)
public IndexedCheckpoints withCheckpoints(IndexedCheckpoints.Checkpoints __value)
public IndexedCheckpoints makeCopy()
public static IndexedCheckpoints 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 IndexedCheckpoints 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.