public class AlertGroupUpdate extends Object
Constructor and Description |
---|
AlertGroupUpdate(AlertGroupEntity alertGroupEntity) |
AlertGroupUpdate(Long id) |
Modifier and Type | Method and Description |
---|---|
Long |
getClusterId() |
Boolean |
getDefaultGroup() |
List<Long> |
getDefinitions() |
Long |
getId() |
String |
getName() |
String |
getServiceName() |
List<Long> |
getTargets() |
void |
setClusterId(Long clusterId) |
void |
setDefaultGroup(Boolean defaultGroup) |
void |
setDefinitions(List<Long> definitions) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setServiceName(String serviceName) |
void |
setTargets(List<Long> targets) |
public AlertGroupUpdate(AlertGroupEntity alertGroupEntity)
public AlertGroupUpdate(Long id)
public Long getClusterId()
public void setClusterId(Long clusterId)
public Boolean getDefaultGroup()
public void setDefaultGroup(Boolean defaultGroup)
public String getName()
public void setName(String name)
public Long getId()
public void setId(Long id)
public String getServiceName()
public void setServiceName(String serviceName)
Copyright © 2022 Apache Software Foundation. All rights reserved.