Package com.sap.ai.sdk.grounding.model
Class PatchPipeline
java.lang.Object
com.sap.ai.sdk.grounding.model.PatchPipeline
PatchPipeline
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription_configuration(PatchPipelineConfiguration _configuration) Set the _configuration of thisPatchPipelineinstance and return the same instance.static PatchPipelinecreate()Create a newPatchPipelineinstance.booleanGet _configurationgetCustomField(String name) Deprecated.Get the names of the unrecognizable properties of thePatchPipeline.Get metadatainthashCode()metadata(PatchPipelineMetadata metadata) Set the metadata of thisPatchPipelineinstance and return the same instance.voidsetConfiguration(PatchPipelineConfiguration _configuration) Set the _configuration of thisPatchPipelineinstance.voidsetCustomField(String customFieldName, Object customFieldValue) Set an unrecognizable property of thisPatchPipelineinstance.voidsetMetadata(PatchPipelineMetadata metadata) Set the metadata of thisPatchPipelineinstance.toMap()Get the value of all properties of thisPatchPipelineinstance including unrecognized properties.toString()
-
Constructor Details
-
PatchPipeline
protected PatchPipeline()Default constructor for PatchPipeline.
-
-
Method Details
-
metadata
Set the metadata of thisPatchPipelineinstance and return the same instance.- Parameters:
metadata- The metadata of thisPatchPipeline- Returns:
- The same instance of this
PatchPipelineclass
-
getMetadata
Get metadata- Returns:
- metadata The metadata of this
PatchPipelineinstance.
-
setMetadata
Set the metadata of thisPatchPipelineinstance.- Parameters:
metadata- The metadata of thisPatchPipeline
-
_configuration
Set the _configuration of thisPatchPipelineinstance and return the same instance.- Parameters:
_configuration- The _configuration of thisPatchPipeline- Returns:
- The same instance of this
PatchPipelineclass
-
getConfiguration
Get _configuration- Returns:
- _configuration The _configuration of this
PatchPipelineinstance.
-
setConfiguration
Set the _configuration of thisPatchPipelineinstance.- Parameters:
_configuration- The _configuration of thisPatchPipeline
-
getCustomFieldNames
Get the names of the unrecognizable properties of thePatchPipeline.- 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 thisPatchPipelineinstance.- 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 thisPatchPipelineinstance including unrecognized properties.- Returns:
- The map of all properties
-
setCustomField
Set an unrecognizable property of thisPatchPipelineinstance. 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 newPatchPipelineinstance. No arguments are required.
-
toMap()instead.