public class CustomJavaAggregationProcessor extends CommonProcessorConfig implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
CustomJavaAggregationProcessor.Config |
Modifier and Type | Field and Description |
---|---|
java.lang.String |
classId |
protected CustomJavaAggregationProcessor.Config |
config |
java.lang.String |
pluginName
Deprecated.
|
context, DEFAULT_ENABLED, DEFAULT_PERF_MONITORED, description, enabled, mime, name, perfMonitored
Constructor and Description |
---|
CustomJavaAggregationProcessor() |
CustomJavaAggregationProcessor(CustomJavaAggregationProcessor o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this CustomJavaAggregationProcessor.
|
static CustomJavaAggregationProcessor |
fromString(java.lang.String s)
String representation of this CustomJavaAggregationProcessor.
|
java.lang.String |
getClassId() |
CustomJavaAggregationProcessor.Config |
getConfig() |
java.lang.String |
getPluginName()
Deprecated.
|
CustomJavaAggregationProcessor |
makeCopy()
Creates and returns a deep copy of this CustomJavaAggregationProcessor.
|
static CustomJavaAggregationProcessor |
readFrom(java.io.InputStream is)
Read this CustomJavaAggregationProcessor from an XML fragment.
|
void |
setClassId(java.lang.String classId) |
void |
setConfig(CustomJavaAggregationProcessor.Config __value) |
void |
setPluginName(java.lang.String pluginName)
Deprecated.
|
java.lang.String |
toString()
String representation of this CustomJavaAggregationProcessor.
|
CustomJavaAggregationProcessor |
withClassId(java.lang.String classId) |
CustomJavaAggregationProcessor |
withConfig(java.util.Collection<KeyValue> __values) |
CustomJavaAggregationProcessor |
withConfig(CustomJavaAggregationProcessor.Config __value) |
CustomJavaAggregationProcessor |
withConfig(KeyValue... __values) |
CustomJavaAggregationProcessor |
withContext(java.lang.String context) |
CustomJavaAggregationProcessor |
withDescription(java.lang.String description) |
CustomJavaAggregationProcessor |
withEnabled(boolean enabled) |
CustomJavaAggregationProcessor |
withEnabled(java.lang.Boolean enabled) |
CustomJavaAggregationProcessor |
withMime(java.lang.String mime) |
CustomJavaAggregationProcessor |
withName(java.lang.String name) |
CustomJavaAggregationProcessor |
withPerfMonitored(boolean perfMonitored) |
CustomJavaAggregationProcessor |
withPerfMonitored(java.lang.Boolean perfMonitored) |
CustomJavaAggregationProcessor |
withPluginName(java.lang.String pluginName)
Deprecated.
|
void |
writeTo(java.io.OutputStream os)
Write this CustomJavaAggregationProcessor as an XML fragment
|
getContext, getDescription, getMime, getName, isEnabled, isPerfMonitored, setContext, setDescription, setEnabled, setMime, setName, setPerfMonitored
public java.lang.String classId
@Deprecated public java.lang.String pluginName
protected CustomJavaAggregationProcessor.Config config
public CustomJavaAggregationProcessor()
public CustomJavaAggregationProcessor(CustomJavaAggregationProcessor o)
public CustomJavaAggregationProcessor withName(java.lang.String name)
withName
in class CommonProcessorConfig
public CustomJavaAggregationProcessor withDescription(java.lang.String description)
withDescription
in class CommonProcessorConfig
public CustomJavaAggregationProcessor withEnabled(boolean enabled)
withEnabled
in class CommonProcessorConfig
public CustomJavaAggregationProcessor withEnabled(java.lang.Boolean enabled)
withEnabled
in class CommonProcessorConfig
public CustomJavaAggregationProcessor withMime(java.lang.String mime)
withMime
in class CommonProcessorConfig
public CustomJavaAggregationProcessor withPerfMonitored(boolean perfMonitored)
withPerfMonitored
in class CommonProcessorConfig
public CustomJavaAggregationProcessor withPerfMonitored(java.lang.Boolean perfMonitored)
withPerfMonitored
in class CommonProcessorConfig
public CustomJavaAggregationProcessor withContext(java.lang.String context)
withContext
in class CommonProcessorConfig
public void setClassId(java.lang.String classId)
public java.lang.String getClassId()
public CustomJavaAggregationProcessor withClassId(java.lang.String classId)
@Deprecated public void setPluginName(java.lang.String pluginName)
@Deprecated public java.lang.String getPluginName()
@Deprecated public CustomJavaAggregationProcessor withPluginName(java.lang.String pluginName)
public CustomJavaAggregationProcessor.Config getConfig()
public void setConfig(CustomJavaAggregationProcessor.Config __value)
public CustomJavaAggregationProcessor withConfig(KeyValue... __values)
public CustomJavaAggregationProcessor withConfig(java.util.Collection<KeyValue> __values)
public CustomJavaAggregationProcessor withConfig(CustomJavaAggregationProcessor.Config __value)
public CustomJavaAggregationProcessor makeCopy()
makeCopy
in class CommonProcessorConfig
public static CustomJavaAggregationProcessor 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 CommonProcessorConfig
javax.xml.bind.JAXBException
java.io.IOException
public static CustomJavaAggregationProcessor 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 CommonProcessorConfig
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
check
in class CommonProcessorConfig
com.exalead.util.TypedException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.