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.ExplicitlySetBmcModelLogAnalyticsSourceDataFilter
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 classLogAnalyticsSourceDataFilter.Builderstatic classLogAnalyticsSourceDataFilter.FilterTypeThe 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.Builderbuilder()Create a new builder.booleanequals(Object o)LonggetDataFilterId()The filter unique identifier.StringgetDescription()The filter description.StringgetDisplayName()The filter display name.LonggetEditVersion()The filter edit version.StringgetFieldName()The field internal name.LogAnalyticsSourceDataFilter.FilterTypegetFilterType()The filter type.IntegergetHashType()The hash type.BooleangetIsEnabled()A flag inidcating whether or not the filter is enabled.BooleangetIsSystem()The system flag.StringgetMatchRegularExpression()The regular expression for matching.LonggetOrder()The filter order.StringgetPath()The filter path.StringgetReplacementString()The replacement string.LonggetSourceId()The source unique identifier.inthashCode()LogAnalyticsSourceDataFilter.BuildertoBuilder()StringtoString()StringtoString(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:
toStringin 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:
equalsin classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
hashCode
public int hashCode()
- Overrides:
hashCodein classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
-