@Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public final class LogAnalyticsExtendedField extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
LogAnalyticsExtendedField
Note: Objects should always be created or deserialized using the LogAnalyticsExtendedField.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 LogAnalyticsExtendedField.Builder
, which maintain a
set of all explicitly set fields called LogAnalyticsExtendedField.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 |
LogAnalyticsExtendedField.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
LogAnalyticsExtendedField(LogAnalyticsField field,
LogAnalyticsSourceExtendedFieldDefinition extendedFieldDefinition,
Long extendedFieldDefinitionId,
String fieldName,
String fieldDisplayName,
String savedRegularExpressionName,
Long extendedFieldId)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static LogAnalyticsExtendedField.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
LogAnalyticsSourceExtendedFieldDefinition |
getExtendedFieldDefinition() |
Long |
getExtendedFieldDefinitionId()
The extended field unique identifier.
|
Long |
getExtendedFieldId()
The extended field unique identifier.
|
LogAnalyticsField |
getField() |
String |
getFieldDisplayName()
The field internal display name.
|
String |
getFieldName()
The field internal name
|
String |
getSavedRegularExpressionName()
The saved regular expression name.
|
int |
hashCode() |
LogAnalyticsExtendedField.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"field","extendedFieldDefinition","extendedFieldDefinitionId","fieldName","fieldDisplayName","savedRegularExpressionName","extendedFieldId"}) public LogAnalyticsExtendedField(LogAnalyticsField field, LogAnalyticsSourceExtendedFieldDefinition extendedFieldDefinition, Long extendedFieldDefinitionId, String fieldName, String fieldDisplayName, String savedRegularExpressionName, Long extendedFieldId)
public static LogAnalyticsExtendedField.Builder builder()
Create a new builder.
public LogAnalyticsExtendedField.Builder toBuilder()
public LogAnalyticsField getField()
public LogAnalyticsSourceExtendedFieldDefinition getExtendedFieldDefinition()
public Long getExtendedFieldDefinitionId()
The extended field unique identifier.
public String getFieldName()
The field internal name
public String getFieldDisplayName()
The field internal display name.
public String getSavedRegularExpressionName()
The saved regular expression name.
public Long getExtendedFieldId()
The extended field unique identifier.
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.