Class LogAnalyticsSourceDataFilter
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.loganalytics.model.LogAnalyticsSourceDataFilter
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public final class LogAnalyticsSourceDataFilter extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
LogAnalyticsSourceDataFilter
Note: Objects should always be created or deserialized using theLogAnalyticsSourceDataFilter.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
LogAnalyticsSourceDataFilter.Builder
, which maintain a set of all explicitly set fields calledLogAnalyticsSourceDataFilter.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
LogAnalyticsSourceDataFilter.Builder
static class
LogAnalyticsSourceDataFilter.FilterType
The filter type.
-
Constructor Summary
Constructors Constructor Description LogAnalyticsSourceDataFilter(String description, String displayName, Long editVersion, Boolean isEnabled, String fieldName, Integer hashType, Long dataFilterId, Boolean isSystem, String matchRegularExpression, Long order, String path, String replacementString, Long sourceId, LogAnalyticsSourceDataFilter.FilterType filterType)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LogAnalyticsSourceDataFilter.Builder
builder()
Create a new builder.boolean
equals(Object o)
Long
getDataFilterId()
The filter unique identifier.String
getDescription()
The filter description.String
getDisplayName()
The filter display name.Long
getEditVersion()
The filter edit version.String
getFieldName()
The field internal name.LogAnalyticsSourceDataFilter.FilterType
getFilterType()
The filter type.Integer
getHashType()
The hash type.Boolean
getIsEnabled()
A flag inidcating whether or not the filter is enabled.Boolean
getIsSystem()
The system flag.String
getMatchRegularExpression()
The regular expression for matching.Long
getOrder()
The filter order.String
getPath()
The filter path.String
getReplacementString()
The replacement string.Long
getSourceId()
The source unique identifier.int
hashCode()
LogAnalyticsSourceDataFilter.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-
-
Constructor Detail
-
LogAnalyticsSourceDataFilter
@Deprecated @ConstructorProperties({"description","displayName","editVersion","isEnabled","fieldName","hashType","dataFilterId","isSystem","matchRegularExpression","order","path","replacementString","sourceId","filterType"}) public LogAnalyticsSourceDataFilter(String description, String displayName, Long editVersion, Boolean isEnabled, String fieldName, Integer hashType, Long dataFilterId, Boolean isSystem, String matchRegularExpression, Long order, String path, String replacementString, Long sourceId, LogAnalyticsSourceDataFilter.FilterType filterType)
Deprecated.
-
-
Method Detail
-
builder
public static LogAnalyticsSourceDataFilter.Builder builder()
Create a new builder.
-
toBuilder
public LogAnalyticsSourceDataFilter.Builder toBuilder()
-
getDescription
public String getDescription()
The filter description.- Returns:
- the value
-
getDisplayName
public String getDisplayName()
The filter display name.- Returns:
- the value
-
getEditVersion
public Long getEditVersion()
The filter edit version.- Returns:
- the value
-
getIsEnabled
public Boolean getIsEnabled()
A flag inidcating whether or not the filter is enabled.- Returns:
- the value
-
getFieldName
public String getFieldName()
The field internal name.- Returns:
- the value
-
getHashType
public Integer getHashType()
The hash type.- Returns:
- the value
-
getDataFilterId
public Long getDataFilterId()
The filter 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
-
getMatchRegularExpression
public String getMatchRegularExpression()
The regular expression for matching.- Returns:
- the value
-
getOrder
public Long getOrder()
The filter order.- Returns:
- the value
-
getPath
public String getPath()
The filter path.- Returns:
- the value
-
getReplacementString
public String getReplacementString()
The replacement string.- Returns:
- the value
-
getSourceId
public Long getSourceId()
The source unique identifier.- Returns:
- the value
-
getFilterType
public LogAnalyticsSourceDataFilter.FilterType getFilterType()
The filter type.- 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
-
-