@Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public final class LogAnalyticsSourceExtendedFieldDefinition extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
LogAnalyticsSourceExtendedFieldDefinition
Note: Objects should always be created or deserialized using the LogAnalyticsSourceExtendedFieldDefinition.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 LogAnalyticsSourceExtendedFieldDefinition.Builder
, which maintain a
set of all explicitly set fields called LogAnalyticsSourceExtendedFieldDefinition.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 |
LogAnalyticsSourceExtendedFieldDefinition.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
LogAnalyticsSourceExtendedFieldDefinition(LogAnalyticsField field,
String displayRegularExpression,
List<LogAnalyticsExtendedField> extendedFields,
String baseFieldName,
String baseFieldLogText,
String conditionDataType,
String conditionField,
String conditionOperator,
String conditionValue,
String convertedRegularExpression,
Boolean isEnabled,
Long extendedFieldDefinitionId,
Boolean isSystem,
String regularExpression,
Long sourceId,
Date timeUpdated)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static LogAnalyticsSourceExtendedFieldDefinition.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getBaseFieldLogText()
The base field log text.
|
String |
getBaseFieldName()
The base field internal name.
|
String |
getConditionDataType()
The conditional data type.
|
String |
getConditionField()
The onditional field.
|
String |
getConditionOperator()
The conditional operator.
|
String |
getConditionValue()
The conditional value.
|
String |
getConvertedRegularExpression()
The converted regular expression.
|
String |
getDisplayRegularExpression()
The regular expression.
|
Long |
getExtendedFieldDefinitionId()
The extended field definition unique identifier.
|
List<LogAnalyticsExtendedField> |
getExtendedFields()
An array of extended fields.
|
LogAnalyticsField |
getField() |
Boolean |
getIsEnabled()
A flag inidcating whether or not the extended definition is enabled.
|
Boolean |
getIsSystem()
The system flag.
|
String |
getRegularExpression()
The regular expression.
|
Long |
getSourceId()
The source unique identifier.
|
Date |
getTimeUpdated()
The last updated date.
|
int |
hashCode() |
LogAnalyticsSourceExtendedFieldDefinition.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"field","displayRegularExpression","extendedFields","baseFieldName","baseFieldLogText","conditionDataType","conditionField","conditionOperator","conditionValue","convertedRegularExpression","isEnabled","extendedFieldDefinitionId","isSystem","regularExpression","sourceId","timeUpdated"}) public LogAnalyticsSourceExtendedFieldDefinition(LogAnalyticsField field, String displayRegularExpression, List<LogAnalyticsExtendedField> extendedFields, String baseFieldName, String baseFieldLogText, String conditionDataType, String conditionField, String conditionOperator, String conditionValue, String convertedRegularExpression, Boolean isEnabled, Long extendedFieldDefinitionId, Boolean isSystem, String regularExpression, Long sourceId, Date timeUpdated)
public static LogAnalyticsSourceExtendedFieldDefinition.Builder builder()
Create a new builder.
public LogAnalyticsSourceExtendedFieldDefinition.Builder toBuilder()
public LogAnalyticsField getField()
public String getDisplayRegularExpression()
The regular expression.
public List<LogAnalyticsExtendedField> getExtendedFields()
An array of extended fields.
public String getBaseFieldName()
The base field internal name.
public String getBaseFieldLogText()
The base field log text.
public String getConditionDataType()
The conditional data type.
public String getConditionField()
The onditional field.
public String getConditionOperator()
The conditional operator.
public String getConditionValue()
The conditional value.
public String getConvertedRegularExpression()
The converted regular expression.
public Boolean getIsEnabled()
A flag inidcating whether or not the extended definition is enabled.
public Long getExtendedFieldDefinitionId()
The extended field definition unique identifier.
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 getRegularExpression()
The regular expression.
public Long getSourceId()
The source unique identifier.
public Date getTimeUpdated()
The last updated date.
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.