Package com.sap.ai.sdk.core.model
Class AiExecutionBulkModificationResponse
java.lang.Object
com.sap.ai.sdk.core.model.AiExecutionBulkModificationResponse
Response object with array of executions and its status
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault constructor for AiExecutionBulkModificationResponse. -
Method Summary
Modifier and TypeMethodDescriptionaddExecutionsItem(AiExecutionModificationResponseListInner executionsItem) Add one executions instance to thisAiExecutionBulkModificationResponse.create()Create a newAiExecutionBulkModificationResponseinstance.booleanexecutions(List<AiExecutionModificationResponseListInner> executions) Set the executions of thisAiExecutionBulkModificationResponseinstance and return the same instance.getCustomField(String name) Deprecated.Get the names of the unrecognizable properties of theAiExecutionBulkModificationResponse.Get executionsinthashCode()voidsetCustomField(String customFieldName, Object customFieldValue) Set an unrecognizable property of thisAiExecutionBulkModificationResponseinstance.voidsetExecutions(List<AiExecutionModificationResponseListInner> executions) Set the executions of thisAiExecutionBulkModificationResponseinstance.toMap()Get the value of all properties of thisAiExecutionBulkModificationResponseinstance including unrecognized properties.toString()
-
Constructor Details
-
AiExecutionBulkModificationResponse
protected AiExecutionBulkModificationResponse()Default constructor for AiExecutionBulkModificationResponse.
-
-
Method Details
-
executions
@Nonnull public AiExecutionBulkModificationResponse executions(@Nullable List<AiExecutionModificationResponseListInner> executions) Set the executions of thisAiExecutionBulkModificationResponseinstance and return the same instance.- Parameters:
executions- The executions of thisAiExecutionBulkModificationResponse- Returns:
- The same instance of this
AiExecutionBulkModificationResponseclass
-
addExecutionsItem
@Nonnull public AiExecutionBulkModificationResponse addExecutionsItem(@Nonnull AiExecutionModificationResponseListInner executionsItem) Add one executions instance to thisAiExecutionBulkModificationResponse.- Parameters:
executionsItem- The executions that should be added- Returns:
- The same instance of type
AiExecutionBulkModificationResponse
-
getExecutions
Get executions- Returns:
- executions The executions of this
AiExecutionBulkModificationResponseinstance.
-
setExecutions
Set the executions of thisAiExecutionBulkModificationResponseinstance.- Parameters:
executions- The executions of thisAiExecutionBulkModificationResponse
-
getCustomFieldNames
Get the names of the unrecognizable properties of theAiExecutionBulkModificationResponse.- 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 thisAiExecutionBulkModificationResponseinstance.- 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 thisAiExecutionBulkModificationResponseinstance including unrecognized properties.- Returns:
- The map of all properties
-
setCustomField
Set an unrecognizable property of thisAiExecutionBulkModificationResponseinstance. 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 newAiExecutionBulkModificationResponseinstance. No arguments are required.
-
toMap()instead.