Package com.oracle.bmc.opsi.model
Class NewsContentTypes
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.opsi.model.NewsContentTypes
-
@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 theNewsContentTypes.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 theNewsContentTypes.Builder
, which maintain a set of all explicitly set fields calledNewsContentTypes.Builder.__explicitlySet__
. ThehashCode()
andequals(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).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NewsContentTypes.Builder
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Constructor Detail
-
NewsContentTypes
@Deprecated @ConstructorProperties({"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)
Deprecated.
-
-
Method Detail
-
builder
public static NewsContentTypes.Builder builder()
Create a new builder.
-
toBuilder
public NewsContentTypes.Builder toBuilder()
-
getCapacityPlanningResources
public List<NewsContentTypesResource> getCapacityPlanningResources()
Supported resources for capacity planning content type.- Returns:
- the value
-
getSqlInsightsFleetAnalysisResources
public List<NewsSqlInsightsContentTypesResource> getSqlInsightsFleetAnalysisResources()
Supported resources for SQL insights - fleet analysis content type.- Returns:
- the value
-
getSqlInsightsPlanChangesResources
public List<NewsSqlInsightsContentTypesResource> getSqlInsightsPlanChangesResources()
Supported resources for SQL insights - plan changes content type.- Returns:
- the value
-
getSqlInsightsTopDatabasesResources
public List<NewsSqlInsightsContentTypesResource> getSqlInsightsTopDatabasesResources()
Supported resources for SQL insights - top databases content type.- Returns:
- the value
-
getSqlInsightsTopSqlByInsightsResources
public List<NewsSqlInsightsContentTypesResource> getSqlInsightsTopSqlByInsightsResources()
Supported resources for SQL insights - top SQL by insights content type.- Returns:
- the value
-
getSqlInsightsTopSqlResources
public List<NewsSqlInsightsContentTypesResource> getSqlInsightsTopSqlResources()
Supported resources for SQL insights - top SQL content type.- Returns:
- the value
-
getSqlInsightsPerformanceDegradationResources
public List<NewsSqlInsightsContentTypesResource> getSqlInsightsPerformanceDegradationResources()
Supported resources for SQL insights - performance degradation content type.- Returns:
- the value
-
getActionableInsightsResources
public List<ActionableInsightsContentTypesResource> getActionableInsightsResources()
Supported resources for actionable insights content type.- Returns:
- the value
-
toString
public String toString()
- Overrides:
toString
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
-