@Generated(value="OracleSDKGenerator", comments="API Version: 20200606") public final class Action extends Object
Details about the recommended action.
Action.Builder
. This model distinguishes fields
that are null
because they are unset from fields that are explicitly set to null
. This is done in
the setter methods of the Action.Builder
, which maintain a set of all explicitly set fields called
__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take
__explicitlySet__
into account. The constructor, on the other hand, does not set __explicitlySet__
(since the constructor cannot distinguish explicit null
from unset null
).Modifier and Type | Class and Description |
---|---|
static class |
Action.Builder |
Constructor and Description |
---|
Action(ActionType type,
String description,
String url)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Action.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
String |
getDescription()
Text describing the recommended action.
|
ActionType |
getType()
The status of the resource action.
|
String |
getUrl()
The URL path to documentation that explains how to perform the action.
|
int |
hashCode() |
Action.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"type","description","url"}) @Deprecated public Action(ActionType type, String description, String url)
public static Action.Builder builder()
Create a new builder.
public Action.Builder toBuilder()
public ActionType getType()
The status of the resource action.
public String getDescription()
Text describing the recommended action.
public String getUrl()
The URL path to documentation that explains how to perform the action.
Copyright © 2016–2022. All rights reserved.