@Generated(value="OracleSDKGenerator", comments="API Version: 20200531") public final class UnifiedAgentCustomFilter extends UnifiedAgentLoggingFilter
Logging custom filter plugin.
Note: Objects should always be created or deserialized using the UnifiedAgentCustomFilter.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 UnifiedAgentCustomFilter.Builder
, which maintain a
set of all explicitly set fields called UnifiedAgentCustomFilter.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 |
UnifiedAgentCustomFilter.Builder |
UnifiedAgentLoggingFilter.FilterType
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
UnifiedAgentCustomFilter(String name,
String customFilterType,
Map<String,String> params,
List<UnifiedAgentCustomSection> customSections)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static UnifiedAgentCustomFilter.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getCustomFilterType()
Type of the custom filter
|
List<UnifiedAgentCustomSection> |
getCustomSections()
List of custom sections in custom filter
|
Map<String,String> |
getParams()
Parameters of the custom filter
|
int |
hashCode() |
UnifiedAgentCustomFilter.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
getName
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated public UnifiedAgentCustomFilter(String name, String customFilterType, Map<String,String> params, List<UnifiedAgentCustomSection> customSections)
public static UnifiedAgentCustomFilter.Builder builder()
Create a new builder.
public UnifiedAgentCustomFilter.Builder toBuilder()
public String getCustomFilterType()
Type of the custom filter
public List<UnifiedAgentCustomSection> getCustomSections()
List of custom sections in custom filter
public String toString()
toString
in class UnifiedAgentLoggingFilter
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
toString
in class UnifiedAgentLoggingFilter
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class UnifiedAgentLoggingFilter
public int hashCode()
hashCode
in class UnifiedAgentLoggingFilter
Copyright © 2016–2024. All rights reserved.