Class LogAnalyticsSourceExtendedFieldDefinition
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.loganalytics.model.LogAnalyticsSourceExtendedFieldDefinition
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public final class LogAnalyticsSourceExtendedFieldDefinition extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelLogAnalyticsSourceExtendedFieldDefinition
 Note: Objects should always be created or deserialized using theLogAnalyticsSourceExtendedFieldDefinition.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 calledLogAnalyticsSourceExtendedFieldDefinition.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 SummaryNested Classes Modifier and Type Class Description static classLogAnalyticsSourceExtendedFieldDefinition.Builder
 - 
Constructor SummaryConstructors Constructor 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, String conditionString, GenericConditionBlock conditionBlock)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LogAnalyticsSourceExtendedFieldDefinition.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetBaseFieldLogText()The base field log text.StringgetBaseFieldName()The base field internal name.GenericConditionBlockgetConditionBlock()StringgetConditionDataType()The conditional data type.StringgetConditionField()The conditional field.StringgetConditionOperator()The conditional operator.StringgetConditionString()String representation of the extended field condition.StringgetConditionValue()The conditional value.StringgetConvertedRegularExpression()The converted regular expression.StringgetDisplayRegularExpression()The regular expression.LonggetExtendedFieldDefinitionId()The extended field definition unique identifier.List<LogAnalyticsExtendedField>getExtendedFields()An array of extended fields.LogAnalyticsFieldgetField()BooleangetIsEnabled()A flag inidcating whether or not the extended definition is enabled.BooleangetIsSystem()The system flag.StringgetRegularExpression()The regular expression.LonggetSourceId()The source unique identifier.DategetTimeUpdated()The last updated date.inthashCode()LogAnalyticsSourceExtendedFieldDefinition.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
LogAnalyticsSourceExtendedFieldDefinition@Deprecated @ConstructorProperties({"field","displayRegularExpression","extendedFields","baseFieldName","baseFieldLogText","conditionDataType","conditionField","conditionOperator","conditionValue","convertedRegularExpression","isEnabled","extendedFieldDefinitionId","isSystem","regularExpression","sourceId","timeUpdated","conditionString","conditionBlock"}) 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, String conditionString, GenericConditionBlock conditionBlock) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static LogAnalyticsSourceExtendedFieldDefinition.Builder builder() Create a new builder.
 - 
toBuilderpublic LogAnalyticsSourceExtendedFieldDefinition.Builder toBuilder() 
 - 
getFieldpublic LogAnalyticsField getField() 
 - 
getDisplayRegularExpressionpublic String getDisplayRegularExpression() The regular expression.- Returns:
- the value
 
 - 
getExtendedFieldspublic List<LogAnalyticsExtendedField> getExtendedFields() An array of extended fields.- Returns:
- the value
 
 - 
getBaseFieldNamepublic String getBaseFieldName() The base field internal name.- Returns:
- the value
 
 - 
getBaseFieldLogTextpublic String getBaseFieldLogText() The base field log text.- Returns:
- the value
 
 - 
getConditionDataTypepublic String getConditionDataType() The conditional data type.- Returns:
- the value
 
 - 
getConditionFieldpublic String getConditionField() The conditional field.- Returns:
- the value
 
 - 
getConditionOperatorpublic String getConditionOperator() The conditional operator.- Returns:
- the value
 
 - 
getConditionValuepublic String getConditionValue() The conditional value.- Returns:
- the value
 
 - 
getConvertedRegularExpressionpublic String getConvertedRegularExpression() The converted regular expression.- Returns:
- the value
 
 - 
getIsEnabledpublic Boolean getIsEnabled() A flag inidcating whether or not the extended definition is enabled.- Returns:
- the value
 
 - 
getExtendedFieldDefinitionIdpublic Long getExtendedFieldDefinitionId() The extended field definition unique identifier.- Returns:
- the value
 
 - 
getIsSystempublic 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. - Returns:
- the value
 
 - 
getRegularExpressionpublic String getRegularExpression() The regular expression.- Returns:
- the value
 
 - 
getSourceIdpublic Long getSourceId() The source unique identifier.- Returns:
- the value
 
 - 
getTimeUpdatedpublic Date getTimeUpdated() The last updated date.- Returns:
- the value
 
 - 
getConditionStringpublic String getConditionString() String representation of the extended field condition.This supports specifying multiple condition blocks at various nested levels. - Returns:
- the value
 
 - 
getConditionBlockpublic GenericConditionBlock getConditionBlock() 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-