Package com.sap.ai.sdk.core.model
Class AiArtifactArgumentBinding
java.lang.Object
com.sap.ai.sdk.core.model.AiArtifactArgumentBinding
Required for execution Result of activation
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceBuilder helper class.static interfaceBuilder helper class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault constructor for AiArtifactArgumentBinding. -
Method Summary
Modifier and TypeMethodDescriptionartifactId(String artifactId) Set the artifactId of thisAiArtifactArgumentBindinginstance and return the same instance.create()Create a type-safe, fluent-api builder object to construct a newAiArtifactArgumentBindinginstance with all required arguments.booleanID of the artifactgetCustomField(String name) Deprecated.Get the names of the unrecognizable properties of theAiArtifactArgumentBinding.getKey()Get keyinthashCode()Set the key of thisAiArtifactArgumentBindinginstance and return the same instance.voidsetArtifactId(String artifactId) Set the artifactId of thisAiArtifactArgumentBindinginstance.voidsetCustomField(String customFieldName, Object customFieldValue) Set an unrecognizable property of thisAiArtifactArgumentBindinginstance.voidSet the key of thisAiArtifactArgumentBindinginstance.toMap()Get the value of all properties of thisAiArtifactArgumentBindinginstance including unrecognized properties.toString()
-
Constructor Details
-
AiArtifactArgumentBinding
protected AiArtifactArgumentBinding()Default constructor for AiArtifactArgumentBinding.
-
-
Method Details
-
key
Set the key of thisAiArtifactArgumentBindinginstance and return the same instance.- Parameters:
key- The key of thisAiArtifactArgumentBinding- Returns:
- The same instance of this
AiArtifactArgumentBindingclass
-
getKey
Get key- Returns:
- key The key of this
AiArtifactArgumentBindinginstance.
-
setKey
Set the key of thisAiArtifactArgumentBindinginstance.- Parameters:
key- The key of thisAiArtifactArgumentBinding
-
artifactId
Set the artifactId of thisAiArtifactArgumentBindinginstance and return the same instance.- Parameters:
artifactId- ID of the artifact- Returns:
- The same instance of this
AiArtifactArgumentBindingclass
-
getArtifactId
ID of the artifact- Returns:
- artifactId The artifactId of this
AiArtifactArgumentBindinginstance.
-
setArtifactId
Set the artifactId of thisAiArtifactArgumentBindinginstance.- Parameters:
artifactId- ID of the artifact
-
getCustomFieldNames
Get the names of the unrecognizable properties of theAiArtifactArgumentBinding.- 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 thisAiArtifactArgumentBindinginstance.- 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 thisAiArtifactArgumentBindinginstance including unrecognized properties.- Returns:
- The map of all properties
-
setCustomField
Set an unrecognizable property of thisAiArtifactArgumentBindinginstance. 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 newAiArtifactArgumentBindinginstance with all required arguments.
-
toMap()instead.