Package | Description |
---|---|
org.apache.ambari.server.orm.entities |
Modifier and Type | Method and Description |
---|---|
LdapSyncEventEntity.Status |
LdapSyncEventEntity.getStatus()
Get the event status.
|
static LdapSyncEventEntity.Status |
LdapSyncEventEntity.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LdapSyncEventEntity.Status[] |
LdapSyncEventEntity.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
LdapSyncEventEntity.setStatus(LdapSyncEventEntity.Status status)
Set the event status.
|
Copyright © 2022 Apache Software Foundation. All rights reserved.