public class GetIndexedCheckpointsList
extends java.lang.Object
implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
java.lang.String |
keyPrefix |
java.lang.String |
target |
Constructor and Description |
---|
GetIndexedCheckpointsList() |
GetIndexedCheckpointsList(GetIndexedCheckpointsList o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this GetIndexedCheckpointsList.
|
static GetIndexedCheckpointsList |
fromString(java.lang.String s)
String representation of this GetIndexedCheckpointsList.
|
java.lang.String |
getKeyPrefix()
Returns only checkpoints with this key prefix (optional).
|
java.lang.String |
getTarget() |
GetIndexedCheckpointsList |
makeCopy()
Creates and returns a deep copy of this GetIndexedCheckpointsList.
|
static GetIndexedCheckpointsList |
readFrom(java.io.InputStream is)
Read this GetIndexedCheckpointsList from an XML fragment.
|
void |
setKeyPrefix(java.lang.String keyPrefix)
Returns only checkpoints with this key prefix (optional).
|
void |
setTarget(java.lang.String target) |
java.lang.String |
toString()
String representation of this GetIndexedCheckpointsList.
|
GetIndexedCheckpointsList |
withKeyPrefix(java.lang.String keyPrefix) |
GetIndexedCheckpointsList |
withTarget(java.lang.String target) |
void |
writeTo(java.io.OutputStream os)
Write this GetIndexedCheckpointsList as an XML fragment
|
public GetIndexedCheckpointsList()
public GetIndexedCheckpointsList(GetIndexedCheckpointsList o)
public void setTarget(java.lang.String target)
public java.lang.String getTarget()
public GetIndexedCheckpointsList withTarget(java.lang.String target)
public void setKeyPrefix(java.lang.String keyPrefix)
public java.lang.String getKeyPrefix()
public GetIndexedCheckpointsList withKeyPrefix(java.lang.String keyPrefix)
public GetIndexedCheckpointsList makeCopy()
public static GetIndexedCheckpointsList 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 GetIndexedCheckpointsList 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.