Package com.oracle.bmc.bds.model
Class BdsMetastoreConfigurationSummary
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.bds.model.BdsMetastoreConfigurationSummary
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20190531") public final class BdsMetastoreConfigurationSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelThe summary of metastore configuration information.
 Note: Objects should always be created or deserialized using theBdsMetastoreConfigurationSummary.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 theBdsMetastoreConfigurationSummary.Builder, which maintain a set of all explicitly set fields calledBdsMetastoreConfigurationSummary.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 SummaryNested Classes Modifier and Type Class Description static classBdsMetastoreConfigurationSummary.Builder
 - 
Constructor SummaryConstructors Constructor Description BdsMetastoreConfigurationSummary(String id, String displayName, BdsMetastoreConfiguration.MetastoreType metastoreType, String metastoreId, String bdsApiKeyId, BdsMetastoreConfiguration.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BdsMetastoreConfigurationSummary.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetBdsApiKeyId()The ID of BDS API Key used for metastore configuration.StringgetDisplayName()The display name of metastore configurationStringgetId()The ID of the metastore configurationBdsMetastoreConfiguration.LifecycleStategetLifecycleState()the lifecycle state of the metastore configuration.StringgetMetastoreId()The OCID of the Data Catalog metastore.BdsMetastoreConfiguration.MetastoreTypegetMetastoreType()The type of the metastore in the metastore configuration.DategetTimeCreated()The time when the configuration was created, shown as an RFC 3339 formatted datetime string.DategetTimeUpdated()The time when the configuration was updated, shown as an RFC 3339 formatted datetime string.inthashCode()BdsMetastoreConfigurationSummary.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
BdsMetastoreConfigurationSummary@Deprecated @ConstructorProperties({"id","displayName","metastoreType","metastoreId","bdsApiKeyId","lifecycleState","timeCreated","timeUpdated"}) public BdsMetastoreConfigurationSummary(String id, String displayName, BdsMetastoreConfiguration.MetastoreType metastoreType, String metastoreId, String bdsApiKeyId, BdsMetastoreConfiguration.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static BdsMetastoreConfigurationSummary.Builder builder() Create a new builder.
 - 
toBuilderpublic BdsMetastoreConfigurationSummary.Builder toBuilder() 
 - 
getIdpublic String getId() The ID of the metastore configuration- Returns:
- the value
 
 - 
getDisplayNamepublic String getDisplayName() The display name of metastore configuration- Returns:
- the value
 
 - 
getMetastoreTypepublic BdsMetastoreConfiguration.MetastoreType getMetastoreType() The type of the metastore in the metastore configuration.- Returns:
- the value
 
 - 
getMetastoreIdpublic String getMetastoreId() The OCID of the Data Catalog metastore.Set only if metastore’s type is EXTERNAL. - Returns:
- the value
 
 - 
getBdsApiKeyIdpublic String getBdsApiKeyId() The ID of BDS API Key used for metastore configuration.Set only if metastore’s type is EXTERNAL. - Returns:
- the value
 
 - 
getLifecycleStatepublic BdsMetastoreConfiguration.LifecycleState getLifecycleState() the lifecycle state of the metastore configuration.- Returns:
- the value
 
 - 
getTimeCreatedpublic Date getTimeCreated() The time when the configuration was created, shown as an RFC 3339 formatted datetime string.- Returns:
- the value
 
 - 
getTimeUpdatedpublic Date getTimeUpdated() The time when the configuration was updated, shown as an RFC 3339 formatted datetime string.- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic 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
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-