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.ExplicitlySetBmcModel
LogAnalyticsSourceExtendedFieldDefinition
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 Summary
Nested Classes Modifier and Type Class Description static class
LogAnalyticsSourceExtendedFieldDefinition.Builder
-
Constructor Summary
Constructors 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)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Constructor Detail
-
LogAnalyticsSourceExtendedFieldDefinition
@Deprecated @ConstructorProperties({"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)
Deprecated.
-
-
Method Detail
-
builder
public static LogAnalyticsSourceExtendedFieldDefinition.Builder builder()
Create a new builder.
-
toBuilder
public LogAnalyticsSourceExtendedFieldDefinition.Builder toBuilder()
-
getField
public LogAnalyticsField getField()
-
getDisplayRegularExpression
public String getDisplayRegularExpression()
The regular expression.- Returns:
- the value
-
getExtendedFields
public List<LogAnalyticsExtendedField> getExtendedFields()
An array of extended fields.- Returns:
- the value
-
getBaseFieldName
public String getBaseFieldName()
The base field internal name.- Returns:
- the value
-
getBaseFieldLogText
public String getBaseFieldLogText()
The base field log text.- Returns:
- the value
-
getConditionDataType
public String getConditionDataType()
The conditional data type.- Returns:
- the value
-
getConditionField
public String getConditionField()
The onditional field.- Returns:
- the value
-
getConditionOperator
public String getConditionOperator()
The conditional operator.- Returns:
- the value
-
getConditionValue
public String getConditionValue()
The conditional value.- Returns:
- the value
-
getConvertedRegularExpression
public String getConvertedRegularExpression()
The converted regular expression.- Returns:
- the value
-
getIsEnabled
public Boolean getIsEnabled()
A flag inidcating whether or not the extended definition is enabled.- Returns:
- the value
-
getExtendedFieldDefinitionId
public Long getExtendedFieldDefinitionId()
The extended field definition unique identifier.- Returns:
- the value
-
getIsSystem
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.
- Returns:
- the value
-
getRegularExpression
public String getRegularExpression()
The regular expression.- Returns:
- the value
-
getSourceId
public Long getSourceId()
The source unique identifier.- Returns:
- the value
-
getTimeUpdated
public Date getTimeUpdated()
The last updated date.- Returns:
- the value
-
toString
public String toString()
- Overrides:
toString
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
toString
public 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
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
-