public class SymptomDocumentProcessor extends SymptomAnalysisPipeline implements com.exalead.util.Checkable, java.io.Serializable
Symptom.Severity
Modifier and Type | Field and Description |
---|---|
java.lang.String |
documentProcessor |
analysisPipeline
analysisConfig
DEFAULT_SEVERITY, DEFAULT_VALID, details, id, severity, valid, value
Constructor and Description |
---|
SymptomDocumentProcessor() |
SymptomDocumentProcessor(java.lang.String analysisConfig,
java.lang.String analysisPipeline,
java.lang.String documentProcessor) |
SymptomDocumentProcessor(SymptomDocumentProcessor o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this SymptomDocumentProcessor.
|
static SymptomDocumentProcessor |
fromString(java.lang.String s)
String representation of this SymptomDocumentProcessor.
|
java.lang.String |
getDocumentProcessor() |
SymptomDocumentProcessor |
makeCopy()
Creates and returns a deep copy of this SymptomDocumentProcessor.
|
static SymptomDocumentProcessor |
readFrom(java.io.InputStream is)
Read this SymptomDocumentProcessor from an XML fragment.
|
void |
setDocumentProcessor(java.lang.String documentProcessor) |
java.lang.String |
toString()
String representation of this SymptomDocumentProcessor.
|
SymptomDocumentProcessor |
withAnalysisConfig(java.lang.String analysisConfig) |
SymptomDocumentProcessor |
withAnalysisPipeline(java.lang.String analysisPipeline) |
SymptomDocumentProcessor |
withDetails(java.lang.String details) |
SymptomDocumentProcessor |
withDocumentProcessor(java.lang.String documentProcessor) |
SymptomDocumentProcessor |
withId(java.lang.String id) |
SymptomDocumentProcessor |
withSeverity(java.lang.String severity) |
SymptomDocumentProcessor |
withValid(boolean valid) |
SymptomDocumentProcessor |
withValid(java.lang.Boolean valid) |
SymptomDocumentProcessor |
withValue(java.lang.String value) |
void |
writeTo(java.io.OutputStream os)
Write this SymptomDocumentProcessor as an XML fragment
|
getAnalysisPipeline, setAnalysisPipeline
getAnalysisConfig, setAnalysisConfig
getDetails, getId, getSeverity, getSeverityAsEnum, getValue, isA, isOneOf, isValid, setDetails, setId, setSeverity, setSeverity, setValid, setValue
public SymptomDocumentProcessor()
public SymptomDocumentProcessor(java.lang.String analysisConfig, java.lang.String analysisPipeline, java.lang.String documentProcessor)
public SymptomDocumentProcessor(SymptomDocumentProcessor o)
public SymptomDocumentProcessor withAnalysisPipeline(java.lang.String analysisPipeline)
withAnalysisPipeline
in class SymptomAnalysisPipeline
public SymptomDocumentProcessor withAnalysisConfig(java.lang.String analysisConfig)
withAnalysisConfig
in class SymptomAnalysisPipeline
public SymptomDocumentProcessor withId(java.lang.String id)
withId
in class SymptomAnalysisPipeline
public SymptomDocumentProcessor withValid(boolean valid)
withValid
in class SymptomAnalysisPipeline
public SymptomDocumentProcessor withValid(java.lang.Boolean valid)
withValid
in class SymptomAnalysisPipeline
public SymptomDocumentProcessor withSeverity(java.lang.String severity)
withSeverity
in class SymptomAnalysisPipeline
public SymptomDocumentProcessor withValue(java.lang.String value)
withValue
in class SymptomAnalysisPipeline
public SymptomDocumentProcessor withDetails(java.lang.String details)
withDetails
in class SymptomAnalysisPipeline
public void setDocumentProcessor(java.lang.String documentProcessor)
public java.lang.String getDocumentProcessor()
public SymptomDocumentProcessor withDocumentProcessor(java.lang.String documentProcessor)
public SymptomDocumentProcessor makeCopy()
makeCopy
in class SymptomAnalysisPipeline
public static SymptomDocumentProcessor 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 SymptomAnalysisPipeline
javax.xml.bind.JAXBException
java.io.IOException
public static SymptomDocumentProcessor 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 SymptomAnalysisPipeline
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
check
in class SymptomAnalysisPipeline
com.exalead.util.TypedException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.