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