public class ActionUrlDeleteQuerySessionId extends ActionUrlRewrite implements com.exalead.util.Checkable, java.io.Serializable, Cloneable
Modifier and Type | Field and Description |
---|---|
boolean |
caseSensitive |
static boolean |
DEFAULT_CASE_SENSITIVE |
static boolean |
DEFAULT_STRICT |
boolean |
strict |
java.lang.String |
token |
Constructor and Description |
---|
ActionUrlDeleteQuerySessionId() |
ActionUrlDeleteQuerySessionId(ActionUrlDeleteQuerySessionId o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this ActionUrlDeleteQuerySessionId.
|
ActionUrlDeleteQuerySessionId |
clone()
Creates and returns a deep copy of this ActionUrlDeleteQuerySessionId.
|
static ActionUrlDeleteQuerySessionId |
fromString(java.lang.String s)
String representation of this ActionUrlDeleteQuerySessionId.
|
java.lang.String |
getToken() |
boolean |
isCaseSensitive() |
boolean |
isStrict() |
ActionUrlDeleteQuerySessionId |
makeCopy()
Creates and returns a deep copy of this ActionUrlDeleteQuerySessionId.
|
static ActionUrlDeleteQuerySessionId |
readFrom(java.io.InputStream is)
Read this ActionUrlDeleteQuerySessionId from an XML fragment.
|
void |
setCaseSensitive(boolean caseSensitive) |
void |
setStrict(boolean strict) |
void |
setToken(java.lang.String token) |
java.lang.String |
toString()
String representation of this ActionUrlDeleteQuerySessionId.
|
ActionUrlDeleteQuerySessionId |
withCaseSensitive(boolean caseSensitive) |
ActionUrlDeleteQuerySessionId |
withCaseSensitive(java.lang.Boolean caseSensitive) |
ActionUrlDeleteQuerySessionId |
withStrict(boolean strict) |
ActionUrlDeleteQuerySessionId |
withStrict(java.lang.Boolean strict) |
ActionUrlDeleteQuerySessionId |
withToken(java.lang.String token) |
void |
writeTo(java.io.OutputStream os)
Write this ActionUrlDeleteQuerySessionId as an XML fragment
|
public java.lang.String token
public boolean caseSensitive
public static final boolean DEFAULT_CASE_SENSITIVE
public boolean strict
public static final boolean DEFAULT_STRICT
public ActionUrlDeleteQuerySessionId()
public ActionUrlDeleteQuerySessionId(ActionUrlDeleteQuerySessionId o)
public void setToken(java.lang.String token)
public java.lang.String getToken()
public ActionUrlDeleteQuerySessionId withToken(java.lang.String token)
public void setCaseSensitive(boolean caseSensitive)
public boolean isCaseSensitive()
public ActionUrlDeleteQuerySessionId withCaseSensitive(boolean caseSensitive)
public ActionUrlDeleteQuerySessionId withCaseSensitive(java.lang.Boolean caseSensitive)
public void setStrict(boolean strict)
public boolean isStrict()
public ActionUrlDeleteQuerySessionId withStrict(boolean strict)
public ActionUrlDeleteQuerySessionId withStrict(java.lang.Boolean strict)
public ActionUrlDeleteQuerySessionId clone()
clone
in class ActionUrlRewrite
public ActionUrlDeleteQuerySessionId makeCopy()
makeCopy
in class ActionUrlRewrite
public static ActionUrlDeleteQuerySessionId 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
writeTo
in class ActionUrlRewrite
javax.xml.bind.JAXBException
java.io.IOException
public static ActionUrlDeleteQuerySessionId 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 ActionUrlRewrite
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
check
in class ActionUrlRewrite
com.exalead.util.TypedException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.