@Generated(value="OracleSDKGenerator", comments="API Version: 20200630") public final class NewsContentTypes extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Content types that the news report can handle.
Note: Objects should always be created or deserialized using the NewsContentTypes.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 NewsContentTypes.Builder
, which maintain a
set of all explicitly set fields called NewsContentTypes.Builder.__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take the explicitly set
fields into account. The constructor, on the other hand, does not take the explicitly set fields
into account (since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
NewsContentTypes.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
NewsContentTypes(List<NewsContentTypesResource> capacityPlanningResources,
List<NewsSqlInsightsContentTypesResource> sqlInsightsFleetAnalysisResources,
List<NewsSqlInsightsContentTypesResource> sqlInsightsPlanChangesResources,
List<NewsSqlInsightsContentTypesResource> sqlInsightsTopDatabasesResources,
List<NewsSqlInsightsContentTypesResource> sqlInsightsTopSqlByInsightsResources,
List<NewsSqlInsightsContentTypesResource> sqlInsightsTopSqlResources,
List<NewsSqlInsightsContentTypesResource> sqlInsightsPerformanceDegradationResources,
List<ActionableInsightsContentTypesResource> actionableInsightsResources)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static NewsContentTypes.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
List<ActionableInsightsContentTypesResource> |
getActionableInsightsResources()
Supported resources for actionable insights content type.
|
List<NewsContentTypesResource> |
getCapacityPlanningResources()
Supported resources for capacity planning content type.
|
List<NewsSqlInsightsContentTypesResource> |
getSqlInsightsFleetAnalysisResources()
Supported resources for SQL insights - fleet analysis content type.
|
List<NewsSqlInsightsContentTypesResource> |
getSqlInsightsPerformanceDegradationResources()
Supported resources for SQL insights - performance degradation content type.
|
List<NewsSqlInsightsContentTypesResource> |
getSqlInsightsPlanChangesResources()
Supported resources for SQL insights - plan changes content type.
|
List<NewsSqlInsightsContentTypesResource> |
getSqlInsightsTopDatabasesResources()
Supported resources for SQL insights - top databases content type.
|
List<NewsSqlInsightsContentTypesResource> |
getSqlInsightsTopSqlByInsightsResources()
Supported resources for SQL insights - top SQL by insights content type.
|
List<NewsSqlInsightsContentTypesResource> |
getSqlInsightsTopSqlResources()
Supported resources for SQL insights - top SQL content type.
|
int |
hashCode() |
NewsContentTypes.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"capacityPlanningResources","sqlInsightsFleetAnalysisResources","sqlInsightsPlanChangesResources","sqlInsightsTopDatabasesResources","sqlInsightsTopSqlByInsightsResources","sqlInsightsTopSqlResources","sqlInsightsPerformanceDegradationResources","actionableInsightsResources"}) public NewsContentTypes(List<NewsContentTypesResource> capacityPlanningResources, List<NewsSqlInsightsContentTypesResource> sqlInsightsFleetAnalysisResources, List<NewsSqlInsightsContentTypesResource> sqlInsightsPlanChangesResources, List<NewsSqlInsightsContentTypesResource> sqlInsightsTopDatabasesResources, List<NewsSqlInsightsContentTypesResource> sqlInsightsTopSqlByInsightsResources, List<NewsSqlInsightsContentTypesResource> sqlInsightsTopSqlResources, List<NewsSqlInsightsContentTypesResource> sqlInsightsPerformanceDegradationResources, List<ActionableInsightsContentTypesResource> actionableInsightsResources)
public static NewsContentTypes.Builder builder()
Create a new builder.
public NewsContentTypes.Builder toBuilder()
public List<NewsContentTypesResource> getCapacityPlanningResources()
Supported resources for capacity planning content type.
public List<NewsSqlInsightsContentTypesResource> getSqlInsightsFleetAnalysisResources()
Supported resources for SQL insights - fleet analysis content type.
public List<NewsSqlInsightsContentTypesResource> getSqlInsightsPlanChangesResources()
Supported resources for SQL insights - plan changes content type.
public List<NewsSqlInsightsContentTypesResource> getSqlInsightsTopDatabasesResources()
Supported resources for SQL insights - top databases content type.
public List<NewsSqlInsightsContentTypesResource> getSqlInsightsTopSqlByInsightsResources()
Supported resources for SQL insights - top SQL by insights content type.
public List<NewsSqlInsightsContentTypesResource> getSqlInsightsTopSqlResources()
Supported resources for SQL insights - top SQL content type.
public List<NewsSqlInsightsContentTypesResource> getSqlInsightsPerformanceDegradationResources()
Supported resources for SQL insights - performance degradation content type.
public List<ActionableInsightsContentTypesResource> getActionableInsightsResources()
Supported resources for actionable insights content type.
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–2025. All rights reserved.