public static class RealTimeAlerting.AlertGroups extends java.lang.Object implements java.lang.Iterable<AlertGroup>, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.util.List<AlertGroup> |
alertGroup |
Constructor and Description |
---|
AlertGroups() |
AlertGroups(RealTimeAlerting.AlertGroups o) |
Modifier and Type | Method and Description |
---|---|
java.util.List<AlertGroup> |
getAlertGroup() |
boolean |
isEmpty() |
java.util.Iterator<AlertGroup> |
iterator() |
RealTimeAlerting.AlertGroups |
makeCopy() |
void |
setAlertGroup(java.util.List<AlertGroup> __value) |
RealTimeAlerting.AlertGroups |
withAlertGroup(java.util.List<AlertGroup> __value) |
protected java.util.List<AlertGroup> alertGroup
public AlertGroups()
public AlertGroups(RealTimeAlerting.AlertGroups o)
public RealTimeAlerting.AlertGroups makeCopy()
public java.util.Iterator<AlertGroup> iterator()
iterator
in interface java.lang.Iterable<AlertGroup>
public boolean isEmpty()
public java.util.List<AlertGroup> getAlertGroup()
public void setAlertGroup(java.util.List<AlertGroup> __value)
public RealTimeAlerting.AlertGroups withAlertGroup(java.util.List<AlertGroup> __value)
Copyright © 2021 Dassault Systèmes, All Rights Reserved.