@Generated(value="OracleSDKGenerator", comments="API Version: 20201101") public final class RuleFinding extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
The summary of the Optimizer Statistics Advisor findings and recommendations.
Note: Objects should always be created or deserialized using the RuleFinding.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 RuleFinding.Builder
, which maintain a
set of all explicitly set fields called ExplicitlySetBmcModel.__explicitlySet__
. The hashCode()
and
equals(Object)
methods are implemented to take ExplicitlySetBmcModel.__explicitlySet__
into account.
The constructor, on the other hand, does not set ExplicitlySetBmcModel.__explicitlySet__
(since the
constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
RuleFinding.Builder |
Constructor and Description |
---|
RuleFinding(String message,
List<FindingSchemaOrOperation> details,
List<Recommendation> recommendations)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static RuleFinding.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
List<FindingSchemaOrOperation> |
getDetails()
The details of the schema or operation.
|
String |
getMessage()
A high-level overview of the findings of the Optimizer Statistics Advisor.
|
List<Recommendation> |
getRecommendations()
The list of recommendations.
|
int |
hashCode() |
RuleFinding.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"message","details","recommendations"}) public RuleFinding(String message, List<FindingSchemaOrOperation> details, List<Recommendation> recommendations)
public static RuleFinding.Builder builder()
Create a new builder.
public RuleFinding.Builder toBuilder()
public String getMessage()
A high-level overview of the findings of the Optimizer Statistics Advisor.
public List<FindingSchemaOrOperation> getDetails()
The details of the schema or operation.
public List<Recommendation> getRecommendations()
The list of recommendations.
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2023. All rights reserved.