Package com.sap.ai.sdk.grounding.model
Class GetPipelineStatus
java.lang.Object
com.sap.ai.sdk.grounding.model.GetPipelineStatus
GetPipelineStatus
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault constructor for GetPipelineStatus. -
Method Summary
Modifier and TypeMethodDescriptionstatic GetPipelineStatuscreate()Create a newGetPipelineStatusinstance.Set the createdAt of thisGetPipelineStatusinstance and return the same instance.booleanGet createdAtgetCustomField(String name) Deprecated.Get the names of the unrecognizable properties of theGetPipelineStatus.Get lastCompletedAtGet lastStartedGet statusinthashCode()lastCompletedAt(String lastCompletedAt) Set the lastCompletedAt of thisGetPipelineStatusinstance and return the same instance.lastStarted(String lastStarted) Set the lastStarted of thisGetPipelineStatusinstance and return the same instance.voidsetCreatedAt(String createdAt) Set the createdAt of thisGetPipelineStatusinstance.voidsetCustomField(String customFieldName, Object customFieldValue) Set an unrecognizable property of thisGetPipelineStatusinstance.voidsetLastCompletedAt(String lastCompletedAt) Set the lastCompletedAt of thisGetPipelineStatusinstance.voidsetLastStarted(String lastStarted) Set the lastStarted of thisGetPipelineStatusinstance.voidsetStatus(PipelineExecutionStatus status) Set the status of thisGetPipelineStatusinstance.status(PipelineExecutionStatus status) Set the status of thisGetPipelineStatusinstance and return the same instance.toMap()Get the value of all properties of thisGetPipelineStatusinstance including unrecognized properties.toString()
-
Constructor Details
-
GetPipelineStatus
protected GetPipelineStatus()Default constructor for GetPipelineStatus.
-
-
Method Details
-
lastStarted
Set the lastStarted of thisGetPipelineStatusinstance and return the same instance.- Parameters:
lastStarted- The lastStarted of thisGetPipelineStatus- Returns:
- The same instance of this
GetPipelineStatusclass
-
getLastStarted
Get lastStarted- Returns:
- lastStarted The lastStarted of this
GetPipelineStatusinstance.
-
setLastStarted
Set the lastStarted of thisGetPipelineStatusinstance.- Parameters:
lastStarted- The lastStarted of thisGetPipelineStatus
-
createdAt
Set the createdAt of thisGetPipelineStatusinstance and return the same instance.- Parameters:
createdAt- The createdAt of thisGetPipelineStatus- Returns:
- The same instance of this
GetPipelineStatusclass
-
getCreatedAt
Get createdAt- Returns:
- createdAt The createdAt of this
GetPipelineStatusinstance.
-
setCreatedAt
Set the createdAt of thisGetPipelineStatusinstance.- Parameters:
createdAt- The createdAt of thisGetPipelineStatus
-
lastCompletedAt
Set the lastCompletedAt of thisGetPipelineStatusinstance and return the same instance.- Parameters:
lastCompletedAt- The lastCompletedAt of thisGetPipelineStatus- Returns:
- The same instance of this
GetPipelineStatusclass
-
getLastCompletedAt
Get lastCompletedAt- Returns:
- lastCompletedAt The lastCompletedAt of this
GetPipelineStatusinstance.
-
setLastCompletedAt
Set the lastCompletedAt of thisGetPipelineStatusinstance.- Parameters:
lastCompletedAt- The lastCompletedAt of thisGetPipelineStatus
-
status
Set the status of thisGetPipelineStatusinstance and return the same instance.- Parameters:
status- The status of thisGetPipelineStatus- Returns:
- The same instance of this
GetPipelineStatusclass
-
getStatus
Get status- Returns:
- status The status of this
GetPipelineStatusinstance.
-
setStatus
Set the status of thisGetPipelineStatusinstance.- Parameters:
status- The status of thisGetPipelineStatus
-
getCustomFieldNames
Get the names of the unrecognizable properties of theGetPipelineStatus.- 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 thisGetPipelineStatusinstance.- 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 thisGetPipelineStatusinstance including unrecognized properties.- Returns:
- The map of all properties
-
setCustomField
Set an unrecognizable property of thisGetPipelineStatusinstance. 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 newGetPipelineStatusinstance. No arguments are required.
-
toMap()instead.