Package com.sap.ai.sdk.core.model
Class MetaExtensionsDataset
java.lang.Object
com.sap.ai.sdk.core.model.MetaExtensionsDataset
MetaExtensionsDataset
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceBuilder helper class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault constructor for MetaExtensionsDataset. -
Method Summary
Modifier and TypeMethodDescriptioncapabilities(MetaExtensionsDatasetCapabilities capabilities) Set the capabilities of thisMetaExtensionsDatasetinstance and return the same instance.create()Create a type-safe, fluent-api builder object to construct a newMetaExtensionsDatasetinstance with all required arguments.booleanGet capabilitiesgetCustomField(String name) Deprecated.Get the names of the unrecognizable properties of theMetaExtensionsDataset.Get limitsGet versioninthashCode()limits(MetaExtensionsDatasetLimits limits) Set the limits of thisMetaExtensionsDatasetinstance and return the same instance.voidsetCapabilities(MetaExtensionsDatasetCapabilities capabilities) Set the capabilities of thisMetaExtensionsDatasetinstance.voidsetCustomField(String customFieldName, Object customFieldValue) Set an unrecognizable property of thisMetaExtensionsDatasetinstance.voidsetLimits(MetaExtensionsDatasetLimits limits) Set the limits of thisMetaExtensionsDatasetinstance.voidsetVersion(String version) Set the version of thisMetaExtensionsDatasetinstance.toMap()Get the value of all properties of thisMetaExtensionsDatasetinstance including unrecognized properties.toString()Set the version of thisMetaExtensionsDatasetinstance and return the same instance.
-
Constructor Details
-
MetaExtensionsDataset
protected MetaExtensionsDataset()Default constructor for MetaExtensionsDataset.
-
-
Method Details
-
version
Set the version of thisMetaExtensionsDatasetinstance and return the same instance.- Parameters:
version- The version of thisMetaExtensionsDataset- Returns:
- The same instance of this
MetaExtensionsDatasetclass
-
getVersion
Get version- Returns:
- version The version of this
MetaExtensionsDatasetinstance.
-
setVersion
Set the version of thisMetaExtensionsDatasetinstance.- Parameters:
version- The version of thisMetaExtensionsDataset
-
capabilities
@Nonnull public MetaExtensionsDataset capabilities(@Nullable MetaExtensionsDatasetCapabilities capabilities) Set the capabilities of thisMetaExtensionsDatasetinstance and return the same instance.- Parameters:
capabilities- The capabilities of thisMetaExtensionsDataset- Returns:
- The same instance of this
MetaExtensionsDatasetclass
-
getCapabilities
Get capabilities- Returns:
- capabilities The capabilities of this
MetaExtensionsDatasetinstance.
-
setCapabilities
Set the capabilities of thisMetaExtensionsDatasetinstance.- Parameters:
capabilities- The capabilities of thisMetaExtensionsDataset
-
limits
Set the limits of thisMetaExtensionsDatasetinstance and return the same instance.- Parameters:
limits- The limits of thisMetaExtensionsDataset- Returns:
- The same instance of this
MetaExtensionsDatasetclass
-
getLimits
Get limits- Returns:
- limits The limits of this
MetaExtensionsDatasetinstance.
-
setLimits
Set the limits of thisMetaExtensionsDatasetinstance.- Parameters:
limits- The limits of thisMetaExtensionsDataset
-
getCustomFieldNames
Get the names of the unrecognizable properties of theMetaExtensionsDataset.- Returns:
- The set of properties names
-
getCustomField
@Nullable @Deprecated public Object getCustomField(@Nonnull String name) throws NoSuchElementException Deprecated.UsetoMap()instead.Get the value of an unrecognizable property of thisMetaExtensionsDatasetinstance.- Parameters:
name- The name of the property- Returns:
- The value of the property
- Throws:
NoSuchElementException- If no property with the given name could be found.
-
toMap
Get the value of all properties of thisMetaExtensionsDatasetinstance including unrecognized properties.- Returns:
- The map of all properties
-
setCustomField
Set an unrecognizable property of thisMetaExtensionsDatasetinstance. If the map previously contained a mapping for the key, the old value is replaced by the specified value.- Parameters:
customFieldName- The name of the propertycustomFieldValue- The value of the property
-
equals
-
hashCode
public int hashCode() -
toString
-
create
Create a type-safe, fluent-api builder object to construct a newMetaExtensionsDatasetinstance with all required arguments.
-
toMap()instead.