@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 ConfiguredType.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 |
ConfiguredType.Builder |
BaseType.ModelType
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
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) |
ConfigDefinition |
getConfigDefinition() |
ConfigValues |
getConfigValues() |
Object |
getWrappedType()
A wrapped type, may be a string or a BaseType.
|
int |
hashCode() |
ConfiguredType.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
getDescription, getKey, getModelVersion, getName, getObjectStatus, getParentRef
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@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()
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
Copyright © 2016–2024. All rights reserved.