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