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 DataSourceSummaryDetails
The 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 Summary
Nested Classes Modifier and Type Class Description static class
ScheduledQueryDataSourceSummaryObjDetails.Builder
-
Constructor Summary
Constructors Constructor Description ScheduledQueryDataSourceSummaryObjDetails(String description, List<ScheduledQueryScopeDetail> scheduledQueryScopeDetails, Integer intervalInSeconds, List<RegionStatusDetail> regionStatusDetail)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ScheduledQueryDataSourceSummaryObjDetails.Builder
builder()
Create a new builder.boolean
equals(Object o)
String
getDescription()
Description for the scheduled queryInteger
getIntervalInSeconds()
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 runint
hashCode()
ScheduledQueryDataSourceSummaryObjDetails.Builder
toBuilder()
String
toString()
String
toString(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
-
builder
public static ScheduledQueryDataSourceSummaryObjDetails.Builder builder()
Create a new builder.
-
toBuilder
public ScheduledQueryDataSourceSummaryObjDetails.Builder toBuilder()
-
getDescription
public String getDescription()
Description for the scheduled query- Returns:
- the value
-
getScheduledQueryScopeDetails
public List<ScheduledQueryScopeDetail> getScheduledQueryScopeDetails()
Target information in which scheduled query will be run- Returns:
- the value
-
getIntervalInSeconds
public Integer getIntervalInSeconds()
Interval in minutes in which the query is run periodically.- Returns:
- the value
-
getRegionStatusDetail
public List<RegionStatusDetail> getRegionStatusDetail()
DataSource query metadata replication region and status.- Returns:
- the value
-
toString
public String toString()
- Overrides:
toString
in classDataSourceSummaryDetails
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Overrides:
toString
in classDataSourceSummaryDetails
- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classDataSourceSummaryDetails
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classDataSourceSummaryDetails
-
-