@Generated(value="OracleSDKGenerator", comments="API Version: 20201101") public final class FleetStatusByCategory extends Object
The number of databases in the fleet, grouped by database type and sub type.
Note: Objects should always be created or deserialized using the FleetStatusByCategory.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 FleetStatusByCategory.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 |
FleetStatusByCategory.Builder |
| Constructor and Description |
|---|
FleetStatusByCategory(DatabaseType databaseType,
DatabaseSubType databaseSubType,
Integer inventoryCount)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static FleetStatusByCategory.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
DatabaseSubType |
getDatabaseSubType()
The subtype of the Oracle Database.
|
DatabaseType |
getDatabaseType()
The type of Oracle Database installation.
|
Integer |
getInventoryCount()
The number of databases in the fleet.
|
int |
hashCode() |
FleetStatusByCategory.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"databaseType","databaseSubType","inventoryCount"}) @Deprecated public FleetStatusByCategory(DatabaseType databaseType, DatabaseSubType databaseSubType, Integer inventoryCount)
public static FleetStatusByCategory.Builder builder()
Create a new builder.
public FleetStatusByCategory.Builder toBuilder()
public DatabaseType getDatabaseType()
The type of Oracle Database installation.
public DatabaseSubType getDatabaseSubType()
The subtype of the Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, or a Non-container Database.
public Integer getInventoryCount()
The number of databases in the fleet.
Copyright © 2016–2021. All rights reserved.