Package com.sap.ai.sdk.grounding.model
Class PatchPipelineConfiguration
java.lang.Object
com.sap.ai.sdk.grounding.model.PatchPipelineConfiguration
PatchPipelineConfiguration
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault constructor for PatchPipelineConfiguration. -
Method Summary
Modifier and TypeMethodDescriptionstatic PatchPipelineConfigurationcreate()Create a newPatchPipelineConfigurationinstance.cronExpression(String cronExpression) Set the cronExpression of thisPatchPipelineConfigurationinstance and return the same instance.booleanGet cronExpressiongetCustomField(String name) Deprecated.Get the names of the unrecognizable properties of thePatchPipelineConfiguration.inthashCode()voidsetCronExpression(String cronExpression) Set the cronExpression of thisPatchPipelineConfigurationinstance.voidsetCustomField(String customFieldName, Object customFieldValue) Set an unrecognizable property of thisPatchPipelineConfigurationinstance.toMap()Get the value of all properties of thisPatchPipelineConfigurationinstance including unrecognized properties.toString()
-
Constructor Details
-
PatchPipelineConfiguration
protected PatchPipelineConfiguration()Default constructor for PatchPipelineConfiguration.
-
-
Method Details
-
cronExpression
Set the cronExpression of thisPatchPipelineConfigurationinstance and return the same instance.- Parameters:
cronExpression- The cronExpression of thisPatchPipelineConfiguration- Returns:
- The same instance of this
PatchPipelineConfigurationclass
-
getCronExpression
Get cronExpression- Returns:
- cronExpression The cronExpression of this
PatchPipelineConfigurationinstance.
-
setCronExpression
Set the cronExpression of thisPatchPipelineConfigurationinstance.- Parameters:
cronExpression- The cronExpression of thisPatchPipelineConfiguration
-
getCustomFieldNames
Get the names of the unrecognizable properties of thePatchPipelineConfiguration.- 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 thisPatchPipelineConfigurationinstance.- 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 thisPatchPipelineConfigurationinstance including unrecognized properties.- Returns:
- The map of all properties
-
setCustomField
Set an unrecognizable property of thisPatchPipelineConfigurationinstance. 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 newPatchPipelineConfigurationinstance. No arguments are required.
-
toMap()instead.