Package | Description |
---|---|
com.oracle.bmc.apmtraces.model |
Modifier and Type | Method and Description |
---|---|
static AutoActivateToggleStatus.DataKey |
AutoActivateToggleStatus.DataKey.create(String key) |
AutoActivateToggleStatus.DataKey |
AutoActivateToggleStatus.getDataKey()
Data key type for which auto-activate needs needs to be turned on or off.
|
static AutoActivateToggleStatus.DataKey |
AutoActivateToggleStatus.DataKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutoActivateToggleStatus.DataKey[] |
AutoActivateToggleStatus.DataKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AutoActivateToggleStatus.Builder |
AutoActivateToggleStatus.Builder.dataKey(AutoActivateToggleStatus.DataKey dataKey)
Data key type for which auto-activate needs needs to be turned on or off.
|
Constructor and Description |
---|
AutoActivateToggleStatus(AutoActivateToggleStatus.Status status,
String state,
AutoActivateToggleStatus.DataKey dataKey)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.