primaryKey
The primary key stored as a DataSourceIntrospectionModelIndex
object.
- Returns:
- The primary key stored as a
DataSourceIntrospectionModelIndex
object.
Serializable
, SdkPojo
, ToCopyableBuilder<DataSourceIntrospectionModel.Builder,DataSourceIntrospectionModel>
Contains the introspected data that was retrieved from the data source.
builder()
final boolean
final boolean
equalsBySdkFields(Object obj)
fields()
DataSourceIntrospectionModelField
object data.final <T> Optional<T>
getValueForField(String fieldName,
Class<T> clazz)
final boolean
final int
hashCode()
final boolean
indexes()
DataSourceIntrospectionModelIndex
objects.final String
name()
DataSourceIntrospectionModelIndex
object.final String
sdl()
static Class<? extends DataSourceIntrospectionModel.Builder>
final String
toString()
copy
The name of the model. For example, this could be the name of a single table in a database.
isEmpty()
method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.
The DataSourceIntrospectionModelField
object data.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasFields()
method.
DataSourceIntrospectionModelField
object data.
The primary key stored as a DataSourceIntrospectionModelIndex
object.
DataSourceIntrospectionModelIndex
object.isEmpty()
method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.
The array of DataSourceIntrospectionModelIndex
objects.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasIndexes()
method.
DataSourceIntrospectionModelIndex
objects.
Contains the output of the SDL that was generated from the introspected types. This is controlled by the
includeModelsSDL
parameter of the GetDataSourceIntrospection
operation.
includeModelsSDL
parameter of the GetDataSourceIntrospection
operation.ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DataSourceIntrospectionModel.Builder,DataSourceIntrospectionModel>
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared with