Package | Description |
---|---|
com.oracle.bmc.cloudguard.model |
Modifier and Type | Method and Description |
---|---|
static ActorType |
ActorType.create(String key) |
ActorType |
ProblemHistorySummary.getActorType()
Actor type who performed the operation
|
static ActorType |
ActorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActorType[] |
ActorType.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.actorType(ActorType actorType)
Actor type who performed the operation
|
Constructor and Description |
---|
ProblemHistorySummary(String id,
String problemId,
ActorType actorType,
String actorName,
String explanation,
ProblemLifecycleDetail lifecycleDetail,
EventStatus eventStatus,
Date timeCreated,
String delta,
String comment)
Deprecated.
|
Copyright © 2016–2023. All rights reserved.