Package com.sap.ai.sdk.grounding.model
Class MetadataConfigurationRequestLabelsInner
java.lang.Object
com.sap.ai.sdk.grounding.model.MetadataConfigurationRequestLabelsInner
MetadataConfigurationRequestLabelsInner
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceBuilder helper class.static interfaceBuilder helper class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault constructor for MetadataConfigurationRequestLabelsInner. -
Method Summary
Modifier and TypeMethodDescriptioncreate()Create a type-safe, fluent-api builder object to construct a newMetadataConfigurationRequestLabelsInnerinstance with all required arguments.booleangetCustomField(String name) Deprecated.Get the names of the unrecognizable properties of theMetadataConfigurationRequestLabelsInner.getKey()Get keygetValue()Get valueinthashCode()Set the key of thisMetadataConfigurationRequestLabelsInnerinstance and return the same instance.voidsetCustomField(String customFieldName, Object customFieldValue) Set an unrecognizable property of thisMetadataConfigurationRequestLabelsInnerinstance.voidSet the key of thisMetadataConfigurationRequestLabelsInnerinstance.voidSet the value of thisMetadataConfigurationRequestLabelsInnerinstance.toMap()Get the value of all properties of thisMetadataConfigurationRequestLabelsInnerinstance including unrecognized properties.toString()Set the value of thisMetadataConfigurationRequestLabelsInnerinstance and return the same instance.
-
Constructor Details
-
MetadataConfigurationRequestLabelsInner
protected MetadataConfigurationRequestLabelsInner()Default constructor for MetadataConfigurationRequestLabelsInner.
-
-
Method Details
-
key
Set the key of thisMetadataConfigurationRequestLabelsInnerinstance and return the same instance.- Parameters:
key- The key of thisMetadataConfigurationRequestLabelsInner- Returns:
- The same instance of this
MetadataConfigurationRequestLabelsInnerclass
-
getKey
Get key- Returns:
- key The key of this
MetadataConfigurationRequestLabelsInnerinstance.
-
setKey
Set the key of thisMetadataConfigurationRequestLabelsInnerinstance.- Parameters:
key- The key of thisMetadataConfigurationRequestLabelsInner
-
value
Set the value of thisMetadataConfigurationRequestLabelsInnerinstance and return the same instance.- Parameters:
value- The value of thisMetadataConfigurationRequestLabelsInner- Returns:
- The same instance of this
MetadataConfigurationRequestLabelsInnerclass
-
getValue
Get value- Returns:
- value The value of this
MetadataConfigurationRequestLabelsInnerinstance.
-
setValue
Set the value of thisMetadataConfigurationRequestLabelsInnerinstance.- Parameters:
value- The value of thisMetadataConfigurationRequestLabelsInner
-
getCustomFieldNames
Get the names of the unrecognizable properties of theMetadataConfigurationRequestLabelsInner.- 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 thisMetadataConfigurationRequestLabelsInnerinstance.- 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 thisMetadataConfigurationRequestLabelsInnerinstance including unrecognized properties.- Returns:
- The map of all properties
-
setCustomField
Set an unrecognizable property of thisMetadataConfigurationRequestLabelsInnerinstance. 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 newMetadataConfigurationRequestLabelsInnerinstance with all required arguments.
-
toMap()instead.