@Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public final class LogAnalyticsSourceLabelCondition extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
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 LogAnalyticsSourceLabelCondition.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 |
LogAnalyticsSourceLabelCondition.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
LogAnalyticsSourceLabelCondition(String conditionString,
ConditionBlock conditionBlock,
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) |
String |
getBlockConditionField()
The block condition field.
|
String |
getBlockConditionOperator()
The block condition operator.
|
String |
getBlockConditionValue()
The block condition value.
|
ConditionBlock |
getConditionBlock() |
String |
getConditionString()
String representation of the label condition.
|
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() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"conditionString","conditionBlock","message","isVisible","blockConditionField","blockConditionOperator","blockConditionValue","labelConditionValue","labelConditionValues","contentExample","isEnabled","fieldName","labelConditionId","isSystem","labelConditionOperator","sourceId","labelDisplayName","storageField","labelName","isInlineLabelExistingInDatabase"}) public LogAnalyticsSourceLabelCondition(String conditionString, ConditionBlock conditionBlock, 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 getConditionString()
String representation of the label condition. This supports specifying multiple condition blocks at various nested levels.
public ConditionBlock getConditionBlock()
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 List<String> getLabelConditionValues()
A list of condition values.
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.
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2024. All rights reserved.