Package com.sap.ai.sdk.grounding.model
Class SDMPipelineGetResponse
java.lang.Object
com.sap.ai.sdk.grounding.model.SDMPipelineGetResponse
- All Implemented Interfaces:
GetPipeline
SDMPipelineGetResponse
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceBuilder helper class.static interfaceBuilder helper class.static interfaceBuilder helper class.static enumGets or Sets type -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault constructor for SDMPipelineGetResponse. -
Method Summary
Modifier and TypeMethodDescriptioncreate()Create a type-safe, fluent-api builder object to construct a newSDMPipelineGetResponseinstance with all required arguments.booleangetCustomField(String name) Deprecated.Get the names of the unrecognizable properties of theSDMPipelineGetResponse.getId()Get idGet metadatagetType()Get typeinthashCode()Set the id of thisSDMPipelineGetResponseinstance and return the same instance.Set the metadata of thisSDMPipelineGetResponseinstance and return the same instance.voidsetCustomField(String customFieldName, Object customFieldValue) Set an unrecognizable property of thisSDMPipelineGetResponseinstance.voidSet the id of thisSDMPipelineGetResponseinstance.voidsetMetadata(MetaData metadata) Set the metadata of thisSDMPipelineGetResponseinstance.voidSet the type of thisSDMPipelineGetResponseinstance.toMap()Get the value of all properties of thisSDMPipelineGetResponseinstance including unrecognized properties.toString()Set the type of thisSDMPipelineGetResponseinstance and return the same instance.
-
Constructor Details
-
SDMPipelineGetResponse
protected SDMPipelineGetResponse()Default constructor for SDMPipelineGetResponse.
-
-
Method Details
-
id
Set the id of thisSDMPipelineGetResponseinstance and return the same instance.- Parameters:
id- The id of thisSDMPipelineGetResponse- Returns:
- The same instance of this
SDMPipelineGetResponseclass
-
getId
Get id- Returns:
- id The id of this
SDMPipelineGetResponseinstance.
-
setId
Set the id of thisSDMPipelineGetResponseinstance.- Parameters:
id- The id of thisSDMPipelineGetResponse
-
type
Set the type of thisSDMPipelineGetResponseinstance and return the same instance.- Parameters:
type- The type of thisSDMPipelineGetResponse- Returns:
- The same instance of this
SDMPipelineGetResponseclass
-
getType
Get type- Specified by:
getTypein interfaceGetPipeline- Returns:
- type The type of this
SDMPipelineGetResponseinstance.
-
setType
Set the type of thisSDMPipelineGetResponseinstance.- Parameters:
type- The type of thisSDMPipelineGetResponse
-
metadata
Set the metadata of thisSDMPipelineGetResponseinstance and return the same instance.- Parameters:
metadata- The metadata of thisSDMPipelineGetResponse- Returns:
- The same instance of this
SDMPipelineGetResponseclass
-
getMetadata
Get metadata- Returns:
- metadata The metadata of this
SDMPipelineGetResponseinstance.
-
setMetadata
Set the metadata of thisSDMPipelineGetResponseinstance.- Parameters:
metadata- The metadata of thisSDMPipelineGetResponse
-
getCustomFieldNames
Get the names of the unrecognizable properties of theSDMPipelineGetResponse.- 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 thisSDMPipelineGetResponseinstance.- 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 thisSDMPipelineGetResponseinstance including unrecognized properties.- Returns:
- The map of all properties
-
setCustomField
Set an unrecognizable property of thisSDMPipelineGetResponseinstance. 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 type-safe, fluent-api builder object to construct a newSDMPipelineGetResponseinstance with all required arguments.
-
toMap()instead.