public class CustomProcessor
extends java.lang.Object
implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
java.lang.String |
classId |
java.util.List<KeyValue> |
keyValue |
Constructor and Description |
---|
CustomProcessor() |
CustomProcessor(CustomProcessor o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this CustomProcessor.
|
static CustomProcessor |
fromString(java.lang.String s)
String representation of this CustomProcessor.
|
java.lang.String |
getClassId()
Must implement com.exalead.search.query.processors.CustomQueryProcessor
|
java.util.List<KeyValue> |
getKeyValue() |
CustomProcessor |
makeCopy()
Creates and returns a deep copy of this CustomProcessor.
|
static CustomProcessor |
readFrom(java.io.InputStream is)
Read this CustomProcessor from an XML fragment.
|
void |
setClassId(java.lang.String classId)
Must implement com.exalead.search.query.processors.CustomQueryProcessor
|
java.lang.String |
toString()
String representation of this CustomProcessor.
|
CustomProcessor |
withClassId(java.lang.String classId) |
CustomProcessor |
withKeyValue(java.util.Collection<KeyValue> __values) |
CustomProcessor |
withKeyValue(KeyValue... __values) |
void |
writeTo(java.io.OutputStream os)
Write this CustomProcessor as an XML fragment
|
public java.util.List<KeyValue> keyValue
public java.lang.String classId
public CustomProcessor()
public CustomProcessor(CustomProcessor o)
public java.util.List<KeyValue> getKeyValue()
public CustomProcessor withKeyValue(KeyValue... __values)
public CustomProcessor withKeyValue(java.util.Collection<KeyValue> __values)
public void setClassId(java.lang.String classId)
public java.lang.String getClassId()
public CustomProcessor withClassId(java.lang.String classId)
public CustomProcessor makeCopy()
public static CustomProcessor 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 CustomProcessor 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.