@Generated(value="OracleSDKGenerator", comments="API Version: 20210201") public final class SpanFilterReference extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Describes an item that references the span filter.
Note: Objects should always be created or deserialized using the SpanFilterReference.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 SpanFilterReference.Builder
, which maintain a
set of all explicitly set fields called SpanFilterReference.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 |
SpanFilterReference.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
SpanFilterReference(String id,
ConfigTypes configType,
String optionsGroup,
String displayName)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static SpanFilterReference.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
ConfigTypes |
getConfigType()
The type of configuration item.
|
String |
getDisplayName()
The name by which a configuration entity is displayed to the end user.
|
String |
getId()
The OCID of the
configuration item.
|
String |
getOptionsGroup()
A string that specifies the group that an OPTIONS item belongs to.
|
int |
hashCode() |
SpanFilterReference.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"id","configType","optionsGroup","displayName"}) public SpanFilterReference(String id, ConfigTypes configType, String optionsGroup, String displayName)
public static SpanFilterReference.Builder builder()
Create a new builder.
public SpanFilterReference.Builder toBuilder()
public String getId()
The OCID of the configuration item. An OCID is generated when the item is created.
public ConfigTypes getConfigType()
The type of configuration item.
public String getOptionsGroup()
A string that specifies the group that an OPTIONS item belongs to.
public String getDisplayName()
The name by which a configuration entity is displayed to the end user.
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.