public class ActionUrlDeletePathSessionId extends ActionUrlRewrite implements com.exalead.util.Checkable, java.io.Serializable, Cloneable
Modifier and Type | Field and Description |
---|---|
boolean |
caseSensitive |
static boolean |
DEFAULT_CASE_SENSITIVE |
java.lang.String |
token |
Constructor and Description |
---|
ActionUrlDeletePathSessionId() |
ActionUrlDeletePathSessionId(ActionUrlDeletePathSessionId o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this ActionUrlDeletePathSessionId.
|
ActionUrlDeletePathSessionId |
clone()
Creates and returns a deep copy of this ActionUrlDeletePathSessionId.
|
static ActionUrlDeletePathSessionId |
fromString(java.lang.String s)
String representation of this ActionUrlDeletePathSessionId.
|
java.lang.String |
getToken() |
boolean |
isCaseSensitive() |
ActionUrlDeletePathSessionId |
makeCopy()
Creates and returns a deep copy of this ActionUrlDeletePathSessionId.
|
static ActionUrlDeletePathSessionId |
readFrom(java.io.InputStream is)
Read this ActionUrlDeletePathSessionId from an XML fragment.
|
void |
setCaseSensitive(boolean caseSensitive) |
void |
setToken(java.lang.String token) |
java.lang.String |
toString()
String representation of this ActionUrlDeletePathSessionId.
|
ActionUrlDeletePathSessionId |
withCaseSensitive(boolean caseSensitive) |
ActionUrlDeletePathSessionId |
withCaseSensitive(java.lang.Boolean caseSensitive) |
ActionUrlDeletePathSessionId |
withToken(java.lang.String token) |
void |
writeTo(java.io.OutputStream os)
Write this ActionUrlDeletePathSessionId as an XML fragment
|
public java.lang.String token
public boolean caseSensitive
public static final boolean DEFAULT_CASE_SENSITIVE
public ActionUrlDeletePathSessionId()
public ActionUrlDeletePathSessionId(ActionUrlDeletePathSessionId o)
public void setToken(java.lang.String token)
public java.lang.String getToken()
public ActionUrlDeletePathSessionId withToken(java.lang.String token)
public void setCaseSensitive(boolean caseSensitive)
public boolean isCaseSensitive()
public ActionUrlDeletePathSessionId withCaseSensitive(boolean caseSensitive)
public ActionUrlDeletePathSessionId withCaseSensitive(java.lang.Boolean caseSensitive)
public ActionUrlDeletePathSessionId clone()
clone
in class ActionUrlRewrite
public ActionUrlDeletePathSessionId makeCopy()
makeCopy
in class ActionUrlRewrite
public static ActionUrlDeletePathSessionId 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 ActionUrlDeletePathSessionId 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.