@Generated(value="OracleSDKGenerator", comments="API Version: 20200131") public final class LoggingQueryDataSourceDetails extends DataSourceDetails
Information for a logging query for a data source.
Note: Objects should always be created or deserialized using the LoggingQueryDataSourceDetails.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 LoggingQueryDataSourceDetails.Builder
, which maintain a
set of all explicitly set fields called LoggingQueryDataSourceDetails.Builder.__explicitlySet__
. The hashCode()
and equals(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
).
Modifier and Type | Class and Description |
---|---|
static class |
LoggingQueryDataSourceDetails.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
LoggingQueryDataSourceDetails(List<String> regions,
String query,
Integer intervalInMinutes,
Integer threshold,
ContinuousQueryStartPolicy queryStartTime,
LoggingQueryOperatorType operator,
LoggingQueryType loggingQueryType,
Integer additionalEntitiesCount,
LoggingQueryDetails loggingQueryDetails)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static LoggingQueryDataSourceDetails.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Integer |
getAdditionalEntitiesCount()
The additional entities count used for data source query
|
Integer |
getIntervalInMinutes()
Interval in minutes that query is run periodically.
|
LoggingQueryDetails |
getLoggingQueryDetails() |
LoggingQueryType |
getLoggingQueryType()
Type of logging query for data source (Sighting/Insight)
|
LoggingQueryOperatorType |
getOperator()
Operator used in data source
|
String |
getQuery()
The continuous query expression that is run periodicall
|
ContinuousQueryStartPolicy |
getQueryStartTime() |
List<String> |
getRegions()
List of logging query regions
|
Integer |
getThreshold()
The integer value that must be exceeded, fall below or equal to (depending on the operator),
for the query result to trigger an event
|
int |
hashCode() |
LoggingQueryDataSourceDetails.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated public LoggingQueryDataSourceDetails(List<String> regions, String query, Integer intervalInMinutes, Integer threshold, ContinuousQueryStartPolicy queryStartTime, LoggingQueryOperatorType operator, LoggingQueryType loggingQueryType, Integer additionalEntitiesCount, LoggingQueryDetails loggingQueryDetails)
public static LoggingQueryDataSourceDetails.Builder builder()
Create a new builder.
public LoggingQueryDataSourceDetails.Builder toBuilder()
public String getQuery()
The continuous query expression that is run periodicall
public Integer getIntervalInMinutes()
Interval in minutes that query is run periodically.
public Integer getThreshold()
The integer value that must be exceeded, fall below or equal to (depending on the operator), for the query result to trigger an event
public ContinuousQueryStartPolicy getQueryStartTime()
public LoggingQueryOperatorType getOperator()
Operator used in data source
public LoggingQueryType getLoggingQueryType()
Type of logging query for data source (Sighting/Insight)
public Integer getAdditionalEntitiesCount()
The additional entities count used for data source query
public LoggingQueryDetails getLoggingQueryDetails()
public String toString()
toString
in class DataSourceDetails
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
toString
in class DataSourceDetails
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class DataSourceDetails
public int hashCode()
hashCode
in class DataSourceDetails
Copyright © 2016–2024. All rights reserved.