| Package | Description | 
|---|---|
| org.apache.ambari.server.orm.entities | |
| org.apache.ambari.server.state.alert | 
| Modifier and Type | Field and Description | 
|---|---|
static javax.persistence.metamodel.SingularAttribute<AlertDefinitionEntity,Scope> | 
AlertDefinitionEntity_.scope  | 
| Modifier and Type | Method and Description | 
|---|---|
Scope | 
AlertDefinitionEntity.getScope()
Gets the scope of the alert definition. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AlertDefinitionEntity.setScope(Scope scope)
Sets the scope of the alert definition. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Scope | 
AlertDefinition.getScope()  | 
static Scope | 
Scope.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Scope[] | 
Scope.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AlertDefinition.setScope(Scope definitionScope)  | 
Copyright © 2022 Apache Software Foundation. All rights reserved.