public class RealTimeAlerting extends DocumentProcessor implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
RealTimeAlerting.AlertGroups |
static class |
RealTimeAlerting.CustomPublishers |
DocumentProcessor.FromDataModel, DocumentProcessor.Transformer<T>
Modifier and Type | Field and Description |
---|---|
protected RealTimeAlerting.AlertGroups |
alertGroups |
protected RealTimeAlerting.CustomPublishers |
customPublishers |
acceptCondition, dataModelClass, dataModelProperty, dataModelState, DEFAULT_DISABLED, disabled, fromDataModel, name
Constructor and Description |
---|
RealTimeAlerting() |
RealTimeAlerting(RealTimeAlerting o)
Copy constructor
|
getAcceptCondition, getDataModelClass, getDataModelProperty, getDataModelState, getFromDataModel, getName, isDisabled, setAcceptCondition, setDataModelClass, setDataModelProperty, setDataModelState, setDisabled, setFromDataModel, setName
protected RealTimeAlerting.AlertGroups alertGroups
protected RealTimeAlerting.CustomPublishers customPublishers
public RealTimeAlerting()
public RealTimeAlerting(RealTimeAlerting o)
public RealTimeAlerting withAcceptCondition(AcceptCondition acceptCondition)
withAcceptCondition
in class DocumentProcessor
public RealTimeAlerting withName(java.lang.String name)
withName
in class DocumentProcessor
public RealTimeAlerting withDataModelState(java.lang.String dataModelState)
withDataModelState
in class DocumentProcessor
public RealTimeAlerting withFromDataModel(DocumentProcessor fromDataModel)
public RealTimeAlerting withDataModelClass(java.lang.String dataModelClass)
withDataModelClass
in class DocumentProcessor
public RealTimeAlerting withDataModelProperty(java.lang.String dataModelProperty)
withDataModelProperty
in class DocumentProcessor
public RealTimeAlerting withDisabled(boolean disabled)
withDisabled
in class DocumentProcessor
public RealTimeAlerting withDisabled(java.lang.Boolean disabled)
withDisabled
in class DocumentProcessor
public RealTimeAlerting.AlertGroups getAlertGroups()
public void setAlertGroups(RealTimeAlerting.AlertGroups __value)
public RealTimeAlerting withAlertGroups(AlertGroup... __values)
public RealTimeAlerting withAlertGroups(java.util.Collection<AlertGroup> __values)
public RealTimeAlerting withAlertGroups(RealTimeAlerting.AlertGroups __value)
public RealTimeAlerting.CustomPublishers getCustomPublishers()
public void setCustomPublishers(RealTimeAlerting.CustomPublishers __value)
public RealTimeAlerting withCustomPublishers(CustomPublisher... __values)
public RealTimeAlerting withCustomPublishers(java.util.Collection<CustomPublisher> __values)
public RealTimeAlerting withCustomPublishers(RealTimeAlerting.CustomPublishers __value)
public RealTimeAlerting makeCopy()
makeCopy
in class DocumentProcessor
public static RealTimeAlerting 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 DocumentProcessor
javax.xml.bind.JAXBException
java.io.IOException
public static RealTimeAlerting 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 DocumentProcessor
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
check
in class DocumentProcessor
com.exalead.util.TypedException
public <T> T accept(DocumentProcessor.Transformer<T> transformer, T[] t) throws com.exalead.util.TypedException
accept
in class DocumentProcessor
com.exalead.util.TypedException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.