Package com.oracle.bmc.cloudguard.model
Class ScheduledQueryDataSourceSummaryObjDetails
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.cloudguard.model.DataSourceSummaryDetails
- 
- com.oracle.bmc.cloudguard.model.ScheduledQueryDataSourceSummaryObjDetails
 
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20200131") public final class ScheduledQueryDataSourceSummaryObjDetails extends DataSourceSummaryDetailsThe information about new Scheduled Query of type DataSourceSummary.
 Note: Objects should always be created or deserialized using theScheduledQueryDataSourceSummaryObjDetails.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 theScheduledQueryDataSourceSummaryObjDetails.Builder, which maintain a set of all explicitly set fields calledScheduledQueryDataSourceSummaryObjDetails.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 classScheduledQueryDataSourceSummaryObjDetails.Builder
 - 
Constructor SummaryConstructors Constructor Description ScheduledQueryDataSourceSummaryObjDetails(String description, List<ScheduledQueryScopeDetail> scheduledQueryScopeDetails, Integer intervalInSeconds, List<RegionStatusDetail> regionStatusDetail)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ScheduledQueryDataSourceSummaryObjDetails.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetDescription()Description for the scheduled queryIntegergetIntervalInSeconds()Interval in minutes in which the query is run periodically.List<RegionStatusDetail>getRegionStatusDetail()DataSource query metadata replication region and status.List<ScheduledQueryScopeDetail>getScheduledQueryScopeDetails()Target information in which scheduled query will be runinthashCode()ScheduledQueryDataSourceSummaryObjDetails.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
ScheduledQueryDataSourceSummaryObjDetails@Deprecated public ScheduledQueryDataSourceSummaryObjDetails(String description, List<ScheduledQueryScopeDetail> scheduledQueryScopeDetails, Integer intervalInSeconds, List<RegionStatusDetail> regionStatusDetail) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static ScheduledQueryDataSourceSummaryObjDetails.Builder builder() Create a new builder.
 - 
toBuilderpublic ScheduledQueryDataSourceSummaryObjDetails.Builder toBuilder() 
 - 
getDescriptionpublic String getDescription() Description for the scheduled query- Returns:
- the value
 
 - 
getScheduledQueryScopeDetailspublic List<ScheduledQueryScopeDetail> getScheduledQueryScopeDetails() Target information in which scheduled query will be run- Returns:
- the value
 
 - 
getIntervalInSecondspublic Integer getIntervalInSeconds() Interval in minutes in which the query is run periodically.- Returns:
- the value
 
 - 
getRegionStatusDetailpublic List<RegionStatusDetail> getRegionStatusDetail() DataSource query metadata replication region and status.- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- DataSourceSummaryDetails
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Overrides:
- toStringin class- DataSourceSummaryDetails
- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- DataSourceSummaryDetails
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- DataSourceSummaryDetails
 
 
- 
 
-