@Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public final class LogAnalyticsSourceLabelCondition extends Object
LogAnalyticsSourceLabelCondition
Note: Objects should always be created or deserialized using the LogAnalyticsSourceLabelCondition.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 LogAnalyticsSourceLabelCondition.Builder
, which maintain a set of all explicitly set fields called
__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take
__explicitlySet__
into account. The constructor, on the other hand, does not set __explicitlySet__
(since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
LogAnalyticsSourceLabelCondition.Builder |
Constructor and Description |
---|
LogAnalyticsSourceLabelCondition(String message,
Boolean isVisible,
String blockConditionField,
String blockConditionOperator,
String blockConditionValue,
String labelConditionValue,
List<String> labelConditionValues,
String contentExample,
Boolean isEnabled,
String fieldName,
Long labelConditionId,
Boolean isSystem,
String labelConditionOperator,
Long sourceId,
String labelDisplayName,
String storageField,
String labelName,
Boolean isInlineLabelExistingInDatabase)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static LogAnalyticsSourceLabelCondition.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
String |
getBlockConditionField()
The block condition field.
|
String |
getBlockConditionOperator()
The block condition operator.
|
String |
getBlockConditionValue()
The block condition value.
|
String |
getContentExample()
The content example.
|
String |
getFieldName()
The internal field name.
|
Boolean |
getIsEnabled()
A flag inidcating whether or not the condition is enabled.
|
Boolean |
getIsInlineLabelExistingInDatabase()
A flag indicating whether or not the inline label exists in the database.
|
Boolean |
getIsSystem()
The system flag.
|
Boolean |
getIsVisible()
A flag indicating whether or not the label condition is visible.
|
Long |
getLabelConditionId()
The unique identifier of the condition.
|
String |
getLabelConditionOperator()
The condition operator.
|
String |
getLabelConditionValue()
The condition value.
|
List<String> |
getLabelConditionValues()
A list of condition values.
|
String |
getLabelDisplayName()
The label display name.
|
String |
getLabelName()
The label name.
|
String |
getMessage()
The message.
|
Long |
getSourceId()
The unique identifier of the source.
|
String |
getStorageField()
The label storage field.
|
int |
hashCode() |
LogAnalyticsSourceLabelCondition.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"message","isVisible","blockConditionField","blockConditionOperator","blockConditionValue","labelConditionValue","labelConditionValues","contentExample","isEnabled","fieldName","labelConditionId","isSystem","labelConditionOperator","sourceId","labelDisplayName","storageField","labelName","isInlineLabelExistingInDatabase"}) @Deprecated public LogAnalyticsSourceLabelCondition(String message, Boolean isVisible, String blockConditionField, String blockConditionOperator, String blockConditionValue, String labelConditionValue, List<String> labelConditionValues, String contentExample, Boolean isEnabled, String fieldName, Long labelConditionId, Boolean isSystem, String labelConditionOperator, Long sourceId, String labelDisplayName, String storageField, String labelName, Boolean isInlineLabelExistingInDatabase)
public static LogAnalyticsSourceLabelCondition.Builder builder()
Create a new builder.
public LogAnalyticsSourceLabelCondition.Builder toBuilder()
public String getMessage()
The message.
public Boolean getIsVisible()
A flag indicating whether or not the label condition is visible.
public String getBlockConditionField()
The block condition field.
public String getBlockConditionOperator()
The block condition operator.
public String getBlockConditionValue()
The block condition value.
public String getLabelConditionValue()
The condition value.
public String getContentExample()
The content example.
public Boolean getIsEnabled()
A flag inidcating whether or not the condition is enabled.
public String getFieldName()
The internal field name.
public Long getLabelConditionId()
The unique identifier of the condition.
public Boolean getIsSystem()
The system flag. A value of false denotes a custom, or user defined object. A value of true denotes a built in object.
public String getLabelConditionOperator()
The condition operator.
public Long getSourceId()
The unique identifier of the source.
public String getLabelDisplayName()
The label display name.
public String getStorageField()
The label storage field.
public String getLabelName()
The label name.
public Boolean getIsInlineLabelExistingInDatabase()
A flag indicating whether or not the inline label exists in the database.
Copyright © 2016–2022. All rights reserved.