Class AwrHubSourceSummary
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.opsi.model.AwrHubSourceSummary
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20200630") public final class AwrHubSourceSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelAwr hub source object
 Note: Objects should always be created or deserialized using theAwrHubSourceSummary.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 AwrHubSourceSummary.Builder, which maintain a set of all explicitly set fields calledAwrHubSourceSummary.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 classAwrHubSourceSummary.Builder
 - 
Constructor SummaryConstructors Constructor Description AwrHubSourceSummary(String name, String awrHubId, String compartmentId, AwrHubSourceType type, String id, String awrHubOpsiSourceId, String sourceMailBoxUrl, String associatedResourceId, String associatedOpsiId, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Boolean isRegisteredWithAwrHub, String awrSourceDatabaseId, BigDecimal minSnapshotIdentifier, BigDecimal maxSnapshotIdentifier, Date timeFirstSnapshotGenerated, Date timeLastSnapshotGenerated, Double hoursSinceLastImport, AwrHubSourceLifecycleState lifecycleState, AwrHubSourceStatus status)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AwrHubSourceSummary.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetAssociatedOpsiId()The OCID of the database id.StringgetAssociatedResourceId()The OCID of the database id.StringgetAwrHubId()AWR Hub OCIDStringgetAwrHubOpsiSourceId()The shorted string of the Awr Hub source database identifier.StringgetAwrSourceDatabaseId()DatabaseId of the Source database for which AWR Data will be uploaded to AWR Hub.StringgetCompartmentId()The OCID of the compartment.Map<String,Map<String,Object>>getDefinedTags()Defined tags for this resource.Map<String,String>getFreeformTags()Simple key-value pair that is applied without any predefined name, type or scope.DoublegetHoursSinceLastImport()Number of hours since last AWR snapshots import happened from the Source database.StringgetId()The OCID of the Awr Hub source database.BooleangetIsRegisteredWithAwrHub()This is true if the source databse is registered with a Awr Hub, otherwise falseAwrHubSourceLifecycleStategetLifecycleState()the current state of the source databaseBigDecimalgetMaxSnapshotIdentifier()The maximum snapshot identifier of the source database for which AWR data is uploaded to AWR Hub.BigDecimalgetMinSnapshotIdentifier()The minimum snapshot identifier of the source database for which AWR data is uploaded to AWR Hub.StringgetName()The name of the Awr Hub source database.StringgetSourceMailBoxUrl()Opsi Mailbox URL based on the Awr Hub and Awr Hub source.AwrHubSourceStatusgetStatus()Indicates the status of a source database in Operations InsightsMap<String,Map<String,Object>>getSystemTags()System tags for this resource.DategetTimeCreated()The time at which the resource was first created.DategetTimeFirstSnapshotGenerated()The time at which the earliest snapshot was generated in the source database for which data is uploaded to AWR Hub.DategetTimeLastSnapshotGenerated()The time at which the latest snapshot was generated in the source database for which data is uploaded to AWR Hub.DategetTimeUpdated()The time at which the resource was last updated.AwrHubSourceTypegetType()source type of the databaseinthashCode()AwrHubSourceSummary.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
AwrHubSourceSummary@Deprecated @ConstructorProperties({"name","awrHubId","compartmentId","type","id","awrHubOpsiSourceId","sourceMailBoxUrl","associatedResourceId","associatedOpsiId","timeCreated","timeUpdated","freeformTags","definedTags","systemTags","isRegisteredWithAwrHub","awrSourceDatabaseId","minSnapshotIdentifier","maxSnapshotIdentifier","timeFirstSnapshotGenerated","timeLastSnapshotGenerated","hoursSinceLastImport","lifecycleState","status"}) public AwrHubSourceSummary(String name, String awrHubId, String compartmentId, AwrHubSourceType type, String id, String awrHubOpsiSourceId, String sourceMailBoxUrl, String associatedResourceId, String associatedOpsiId, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Boolean isRegisteredWithAwrHub, String awrSourceDatabaseId, BigDecimal minSnapshotIdentifier, BigDecimal maxSnapshotIdentifier, Date timeFirstSnapshotGenerated, Date timeLastSnapshotGenerated, Double hoursSinceLastImport, AwrHubSourceLifecycleState lifecycleState, AwrHubSourceStatus status) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static AwrHubSourceSummary.Builder builder() Create a new builder.
 - 
toBuilderpublic AwrHubSourceSummary.Builder toBuilder() 
 - 
getNamepublic String getName() The name of the Awr Hub source database.- Returns:
- the value
 
 - 
getAwrHubIdpublic String getAwrHubId() AWR Hub OCID- Returns:
- the value
 
 - 
getTypepublic AwrHubSourceType getType() source type of the database- Returns:
- the value
 
 - 
getAwrHubOpsiSourceIdpublic String getAwrHubOpsiSourceId() The shorted string of the Awr Hub source database identifier.- Returns:
- the value
 
 - 
getSourceMailBoxUrlpublic String getSourceMailBoxUrl() Opsi Mailbox URL based on the Awr Hub and Awr Hub source.- Returns:
- the value
 
 - 
getAssociatedResourceIdpublic String getAssociatedResourceId() The OCID of the database id.- Returns:
- the value
 
 - 
getAssociatedOpsiIdpublic String getAssociatedOpsiId() The OCID of the database id.- Returns:
- the value
 
 - 
getTimeCreatedpublic Date getTimeCreated() The time at which the resource was first created.An RFC3339 formatted datetime string - Returns:
- the value
 
 - 
getTimeUpdatedpublic Date getTimeUpdated() The time at which the resource was last updated.An RFC3339 formatted datetime string - Returns:
- the value
 
 - 
getFreeformTagspublic Map<String,String> getFreeformTags() Simple key-value pair that is applied without any predefined name, type or scope.Exists for cross-compatibility only. Example: {“bar-key”: “value”} - Returns:
- the value
 
 - 
getDefinedTagspublic Map<String,Map<String,Object>> getDefinedTags() Defined tags for this resource.Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}} - Returns:
- the value
 
 - 
getSystemTagspublic Map<String,Map<String,Object>> getSystemTags() System tags for this resource.Each key is predefined and scoped to a namespace. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}} - Returns:
- the value
 
 - 
getIsRegisteredWithAwrHubpublic Boolean getIsRegisteredWithAwrHub() This is true if the source databse is registered with a Awr Hub, otherwise false- Returns:
- the value
 
 - 
getAwrSourceDatabaseIdpublic String getAwrSourceDatabaseId() DatabaseId of the Source database for which AWR Data will be uploaded to AWR Hub.- Returns:
- the value
 
 - 
getMinSnapshotIdentifierpublic BigDecimal getMinSnapshotIdentifier() The minimum snapshot identifier of the source database for which AWR data is uploaded to AWR Hub.- Returns:
- the value
 
 - 
getMaxSnapshotIdentifierpublic BigDecimal getMaxSnapshotIdentifier() The maximum snapshot identifier of the source database for which AWR data is uploaded to AWR Hub.- Returns:
- the value
 
 - 
getTimeFirstSnapshotGeneratedpublic Date getTimeFirstSnapshotGenerated() The time at which the earliest snapshot was generated in the source database for which data is uploaded to AWR Hub.An RFC3339 formatted datetime string - Returns:
- the value
 
 - 
getTimeLastSnapshotGeneratedpublic Date getTimeLastSnapshotGenerated() The time at which the latest snapshot was generated in the source database for which data is uploaded to AWR Hub.An RFC3339 formatted datetime string - Returns:
- the value
 
 - 
getHoursSinceLastImportpublic Double getHoursSinceLastImport() Number of hours since last AWR snapshots import happened from the Source database.- Returns:
- the value
 
 - 
getLifecycleStatepublic AwrHubSourceLifecycleState getLifecycleState() the current state of the source database- Returns:
- the value
 
 - 
getStatuspublic AwrHubSourceStatus getStatus() Indicates the status of a source database in Operations Insights- 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
 
 
- 
 
-