@Generated(value="OracleSDKGenerator", comments="API Version: 20200531") public final class UnifiedAgentUrlFilter extends UnifiedAgentMonitoringFilter
Kubernetes filter object
Note: Objects should always be created or deserialized using the UnifiedAgentUrlFilter.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 UnifiedAgentUrlFilter.Builder
, which maintain a
set of all explicitly set fields called UnifiedAgentUrlFilter.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 |
UnifiedAgentUrlFilter.Builder |
UnifiedAgentMonitoringFilter.FilterType
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
UnifiedAgentUrlFilter(String name,
List<String> allowList,
List<String> denyList)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static UnifiedAgentUrlFilter.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
List<String> |
getAllowList()
List of metrics regex to be allowed.
|
List<String> |
getDenyList()
List of metrics regex to be denied.
|
int |
hashCode() |
UnifiedAgentUrlFilter.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
getName
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
public static UnifiedAgentUrlFilter.Builder builder()
Create a new builder.
public UnifiedAgentUrlFilter.Builder toBuilder()
public List<String> getAllowList()
List of metrics regex to be allowed.
public List<String> getDenyList()
List of metrics regex to be denied.
public String toString()
toString
in class UnifiedAgentMonitoringFilter
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
toString
in class UnifiedAgentMonitoringFilter
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class UnifiedAgentMonitoringFilter
public int hashCode()
hashCode
in class UnifiedAgentMonitoringFilter
Copyright © 2016–2024. All rights reserved.