public class AlertGroup extends Object
AlertGroup class is used to represent a grouping of alert
definitions when returning alert targets.| Constructor and Description |
|---|
AlertGroup() |
| Modifier and Type | Method and Description |
|---|---|
long |
getClusterId() |
long |
getId() |
String |
getName() |
boolean |
isDefault() |
void |
setClusterName(long clusterId) |
void |
setDefault(boolean isDefault) |
void |
setId(long id) |
void |
setName(String name) |
public long getId()
public void setId(long id)
id - the id to setpublic String getName()
public void setName(String name)
name - the name to setpublic long getClusterId()
public void setClusterName(long clusterId)
clusterId - the cluster id to setpublic boolean isDefault()
public void setDefault(boolean isDefault)
isDefault - the isDefault to setCopyright © 2022 Apache Software Foundation. All rights reserved.