Package com.sap.ai.sdk.grounding.model
Class PipelineExecutionData
java.lang.Object
com.sap.ai.sdk.grounding.model.PipelineExecutionData
PipelineExecutionData
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault constructor for PipelineExecutionData. -
Method Summary
Modifier and TypeMethodDescriptionstatic PipelineExecutionDatacreate()Create a newPipelineExecutionDatainstance.Set the createdAt of thisPipelineExecutionDatainstance and return the same instance.booleanGet createdAtgetCustomField(String name) Deprecated.Get the names of the unrecognizable properties of thePipelineExecutionData.getId()Get idGet modifiedAtGet statusinthashCode()Set the id of thisPipelineExecutionDatainstance and return the same instance.modifiedAt(String modifiedAt) Set the modifiedAt of thisPipelineExecutionDatainstance and return the same instance.voidsetCreatedAt(String createdAt) Set the createdAt of thisPipelineExecutionDatainstance.voidsetCustomField(String customFieldName, Object customFieldValue) Set an unrecognizable property of thisPipelineExecutionDatainstance.voidSet the id of thisPipelineExecutionDatainstance.voidsetModifiedAt(String modifiedAt) Set the modifiedAt of thisPipelineExecutionDatainstance.voidsetStatus(PipelineExecutionStatus status) Set the status of thisPipelineExecutionDatainstance.status(PipelineExecutionStatus status) Set the status of thisPipelineExecutionDatainstance and return the same instance.toMap()Get the value of all properties of thisPipelineExecutionDatainstance including unrecognized properties.toString()
-
Constructor Details
-
PipelineExecutionData
protected PipelineExecutionData()Default constructor for PipelineExecutionData.
-
-
Method Details
-
id
Set the id of thisPipelineExecutionDatainstance and return the same instance.- Parameters:
id- The id of thisPipelineExecutionData- Returns:
- The same instance of this
PipelineExecutionDataclass
-
getId
Get id- Returns:
- id The id of this
PipelineExecutionDatainstance.
-
setId
Set the id of thisPipelineExecutionDatainstance.- Parameters:
id- The id of thisPipelineExecutionData
-
status
Set the status of thisPipelineExecutionDatainstance and return the same instance.- Parameters:
status- The status of thisPipelineExecutionData- Returns:
- The same instance of this
PipelineExecutionDataclass
-
getStatus
Get status- Returns:
- status The status of this
PipelineExecutionDatainstance.
-
setStatus
Set the status of thisPipelineExecutionDatainstance.- Parameters:
status- The status of thisPipelineExecutionData
-
createdAt
Set the createdAt of thisPipelineExecutionDatainstance and return the same instance.- Parameters:
createdAt- The createdAt of thisPipelineExecutionData- Returns:
- The same instance of this
PipelineExecutionDataclass
-
getCreatedAt
Get createdAt- Returns:
- createdAt The createdAt of this
PipelineExecutionDatainstance.
-
setCreatedAt
Set the createdAt of thisPipelineExecutionDatainstance.- Parameters:
createdAt- The createdAt of thisPipelineExecutionData
-
modifiedAt
Set the modifiedAt of thisPipelineExecutionDatainstance and return the same instance.- Parameters:
modifiedAt- The modifiedAt of thisPipelineExecutionData- Returns:
- The same instance of this
PipelineExecutionDataclass
-
getModifiedAt
Get modifiedAt- Returns:
- modifiedAt The modifiedAt of this
PipelineExecutionDatainstance.
-
setModifiedAt
Set the modifiedAt of thisPipelineExecutionDatainstance.- Parameters:
modifiedAt- The modifiedAt of thisPipelineExecutionData
-
getCustomFieldNames
Get the names of the unrecognizable properties of thePipelineExecutionData.- 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 thisPipelineExecutionDatainstance.- 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 thisPipelineExecutionDatainstance including unrecognized properties.- Returns:
- The map of all properties
-
setCustomField
Set an unrecognizable property of thisPipelineExecutionDatainstance. 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 newPipelineExecutionDatainstance. No arguments are required.
-
toMap()instead.