public class ActionSetKV extends Action implements com.exalead.util.Checkable, java.io.Serializable, Cloneable
Modifier and Type | Field and Description |
---|---|
java.lang.String |
key |
java.lang.String |
value |
Constructor and Description |
---|
ActionSetKV() |
ActionSetKV(ActionSetKV o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this ActionSetKV.
|
ActionSetKV |
clone()
Creates and returns a deep copy of this ActionSetKV.
|
static ActionSetKV |
fromString(java.lang.String s)
String representation of this ActionSetKV.
|
java.lang.String |
getKey() |
java.lang.String |
getValue() |
ActionSetKV |
makeCopy()
Creates and returns a deep copy of this ActionSetKV.
|
static ActionSetKV |
readFrom(java.io.InputStream is)
Read this ActionSetKV from an XML fragment.
|
void |
setKey(java.lang.String key) |
void |
setValue(java.lang.String value) |
java.lang.String |
toString()
String representation of this ActionSetKV.
|
ActionSetKV |
withKey(java.lang.String key) |
ActionSetKV |
withValue(java.lang.String value) |
void |
writeTo(java.io.OutputStream os)
Write this ActionSetKV as an XML fragment
|
public ActionSetKV()
public ActionSetKV(ActionSetKV o)
public void setKey(java.lang.String key)
public java.lang.String getKey()
public ActionSetKV withKey(java.lang.String key)
public void setValue(java.lang.String value)
public java.lang.String getValue()
public ActionSetKV withValue(java.lang.String value)
public ActionSetKV clone()
public ActionSetKV makeCopy()
public static ActionSetKV 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
public static ActionSetKV 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()
Copyright © 2021 Dassault Systèmes, All Rights Reserved.