@Generated(value="OracleSDKGenerator", comments="API Version: 20210201") public final class ApdexRules extends Config
The set of Apdex rules to be used in Apdex computation. In the current version, only one rule set
can exist in the configuration.
Note: Objects should always be created or deserialized using the ApdexRules.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 ApdexRules.Builder
, which maintain a
set of all explicitly set fields called ApdexRules.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 |
ApdexRules.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
ApdexRules(String id,
Date timeCreated,
Date timeUpdated,
String createdBy,
String updatedBy,
String etag,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
String displayName,
List<Apdex> rules)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ApdexRules.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getDisplayName()
The name by which a configuration entity is displayed to the end user.
|
List<Apdex> |
getRules() |
int |
hashCode() |
ApdexRules.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
getCreatedBy, getDefinedTags, getEtag, getFreeformTags, getId, getTimeCreated, getTimeUpdated, getUpdatedBy
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
public static ApdexRules.Builder builder()
Create a new builder.
public ApdexRules.Builder toBuilder()
public String getDisplayName()
The name by which a configuration entity is displayed to the end user.
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
Copyright © 2016–2024. All rights reserved.