Package | Description |
---|---|
com.oracle.bmc.cloudguard.model |
Modifier and Type | Method and Description |
---|---|
static EventStatus |
EventStatus.create(String key) |
EventStatus |
ProblemHistorySummary.getEventStatus()
Event status
|
static EventStatus |
EventStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventStatus[] |
EventStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ProblemHistorySummary.Builder |
ProblemHistorySummary.Builder.eventStatus(EventStatus eventStatus)
Event status
|
Constructor and Description |
---|
ProblemHistorySummary(String id,
String problemId,
ActorType actorType,
String actorName,
String explanation,
ProblemLifecycleDetail lifecycleDetail,
EventStatus eventStatus,
Date timeCreated,
String delta,
String comment,
List<ResourceLock> locks)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.