@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,
DeploymentType deploymentType,
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.
|
DeploymentType |
getDeploymentType()
The infrastructure used to deploy the Oracle Database.
|
Integer |
getInventoryCount()
The number of databases in the fleet.
|
int |
hashCode() |
FleetStatusByCategory.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
@Deprecated @ConstructorProperties(value={"databaseType","databaseSubType","deploymentType","inventoryCount"}) public FleetStatusByCategory(DatabaseType databaseType, DatabaseSubType databaseSubType, DeploymentType deploymentType, 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, Non-container Database, Autonomous Database, or Autonomous Container Database.
public DeploymentType getDeploymentType()
The infrastructure used to deploy the Oracle Database.
public Integer getInventoryCount()
The number of databases in the fleet.
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arraysCopyright © 2016–2022. All rights reserved.