@Generated(value="OracleSDKGenerator", comments="API Version: 20200430") public final class ConfiguredType extends BaseType
A ConfiguredType
represents a type that has built-in configuration to the type itself. An example is a SSN
type whose basic type is VARCHAR
, but the type itself also has a built-in configuration like length=10.
Note: Objects should always be created or deserialized using the ConfiguredType.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 ConfiguredType.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 |
ConfiguredType.Builder |
BaseType.ModelType
Constructor and Description |
---|
ConfiguredType(String key,
String modelVersion,
ParentReference parentRef,
String name,
Integer objectStatus,
String description,
Object wrappedType,
ConfigValues configValues,
ConfigDefinition configDefinition)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ConfiguredType.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
ConfigDefinition |
getConfigDefinition() |
ConfigValues |
getConfigValues() |
Object |
getWrappedType()
A wrapped type, may be a string or a BaseType.
|
int |
hashCode() |
ConfiguredType.Builder |
toBuilder() |
String |
toString() |
getDescription, getKey, getModelVersion, getName, getObjectStatus, getParentRef
@Deprecated public ConfiguredType(String key, String modelVersion, ParentReference parentRef, String name, Integer objectStatus, String description, Object wrappedType, ConfigValues configValues, ConfigDefinition configDefinition)
public static ConfiguredType.Builder builder()
Create a new builder.
public ConfiguredType.Builder toBuilder()
public Object getWrappedType()
A wrapped type, may be a string or a BaseType.
public ConfigValues getConfigValues()
public ConfigDefinition getConfigDefinition()
Copyright © 2016–2022. All rights reserved.