Package | Description |
---|---|
org.apache.ambari.server.orm.entities | |
org.apache.ambari.server.state |
Modifier and Type | Field and Description |
---|---|
static javax.persistence.metamodel.SingularAttribute<AlertNoticeEntity,NotificationState> |
AlertNoticeEntity_.notifyState |
Modifier and Type | Method and Description |
---|---|
NotificationState |
AlertNoticeEntity.getNotifyState()
Gets the notification state for this alert notice.
|
Modifier and Type | Method and Description |
---|---|
void |
AlertNoticeEntity.setNotifyState(NotificationState notifyState)
Sets the notification state for this alert notice.
|
Modifier and Type | Method and Description |
---|---|
static NotificationState |
NotificationState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotificationState[] |
NotificationState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022 Apache Software Foundation. All rights reserved.