@Generated(value="OracleSDKGenerator", comments="API Version: 20200131") public final class ResponderConfiguration extends Object
A single configuration applied to a responder
Note: Objects should always be created or deserialized using the ResponderConfiguration.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 ResponderConfiguration.Builder
, which maintain a set of all explicitly set fields called
__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take
__explicitlySet__
into account. The constructor, on the other hand, does not set __explicitlySet__
(since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
ResponderConfiguration.Builder |
Constructor and Description |
---|
ResponderConfiguration(String configKey,
String name,
String value)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ResponderConfiguration.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
String |
getConfigKey()
Unique name of the configuration
|
String |
getName()
configuration name
|
String |
getValue()
configuration value
|
int |
hashCode() |
ResponderConfiguration.Builder |
toBuilder() |
String |
toString() |
@Deprecated @ConstructorProperties(value={"configKey","name","value"}) public ResponderConfiguration(String configKey, String name, String value)
public static ResponderConfiguration.Builder builder()
Create a new builder.
public ResponderConfiguration.Builder toBuilder()
public String getConfigKey()
Unique name of the configuration
public String getName()
configuration name
public String getValue()
configuration value
Copyright © 2016–2022. All rights reserved.