Package com.sap.ai.sdk.grounding.model
Class S3PipelineGetResponse
java.lang.Object
com.sap.ai.sdk.grounding.model.S3PipelineGetResponse
- All Implemented Interfaces:
GetPipeline
S3PipelineGetResponse
-
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 S3PipelineGetResponse. -
Method Summary
Modifier and TypeMethodDescription_configuration(S3Configuration _configuration) Set the _configuration of thisS3PipelineGetResponseinstance and return the same instance.create()Create a type-safe, fluent-api builder object to construct a newS3PipelineGetResponseinstance with all required arguments.booleanGet _configurationgetCustomField(String name) Deprecated.Get the names of the unrecognizable properties of theS3PipelineGetResponse.getId()Get idGet metadatagetType()Get typeinthashCode()Set the id of thisS3PipelineGetResponseinstance and return the same instance.Set the metadata of thisS3PipelineGetResponseinstance and return the same instance.voidsetConfiguration(S3Configuration _configuration) Set the _configuration of thisS3PipelineGetResponseinstance.voidsetCustomField(String customFieldName, Object customFieldValue) Set an unrecognizable property of thisS3PipelineGetResponseinstance.voidSet the id of thisS3PipelineGetResponseinstance.voidsetMetadata(MetaData metadata) Set the metadata of thisS3PipelineGetResponseinstance.voidSet the type of thisS3PipelineGetResponseinstance.toMap()Get the value of all properties of thisS3PipelineGetResponseinstance including unrecognized properties.toString()Set the type of thisS3PipelineGetResponseinstance and return the same instance.
-
Constructor Details
-
S3PipelineGetResponse
protected S3PipelineGetResponse()Default constructor for S3PipelineGetResponse.
-
-
Method Details
-
id
Set the id of thisS3PipelineGetResponseinstance and return the same instance.- Parameters:
id- The id of thisS3PipelineGetResponse- Returns:
- The same instance of this
S3PipelineGetResponseclass
-
getId
Get id- Returns:
- id The id of this
S3PipelineGetResponseinstance.
-
setId
Set the id of thisS3PipelineGetResponseinstance.- Parameters:
id- The id of thisS3PipelineGetResponse
-
type
Set the type of thisS3PipelineGetResponseinstance and return the same instance.- Parameters:
type- The type of thisS3PipelineGetResponse- Returns:
- The same instance of this
S3PipelineGetResponseclass
-
getType
Get type- Specified by:
getTypein interfaceGetPipeline- Returns:
- type The type of this
S3PipelineGetResponseinstance.
-
setType
Set the type of thisS3PipelineGetResponseinstance.- Parameters:
type- The type of thisS3PipelineGetResponse
-
metadata
Set the metadata of thisS3PipelineGetResponseinstance and return the same instance.- Parameters:
metadata- The metadata of thisS3PipelineGetResponse- Returns:
- The same instance of this
S3PipelineGetResponseclass
-
getMetadata
Get metadata- Returns:
- metadata The metadata of this
S3PipelineGetResponseinstance.
-
setMetadata
Set the metadata of thisS3PipelineGetResponseinstance.- Parameters:
metadata- The metadata of thisS3PipelineGetResponse
-
_configuration
Set the _configuration of thisS3PipelineGetResponseinstance and return the same instance.- Parameters:
_configuration- The _configuration of thisS3PipelineGetResponse- Returns:
- The same instance of this
S3PipelineGetResponseclass
-
getConfiguration
Get _configuration- Returns:
- _configuration The _configuration of this
S3PipelineGetResponseinstance.
-
setConfiguration
Set the _configuration of thisS3PipelineGetResponseinstance.- Parameters:
_configuration- The _configuration of thisS3PipelineGetResponse
-
getCustomFieldNames
Get the names of the unrecognizable properties of theS3PipelineGetResponse.- 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 thisS3PipelineGetResponseinstance.- 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 thisS3PipelineGetResponseinstance including unrecognized properties.- Returns:
- The map of all properties
-
setCustomField
Set an unrecognizable property of thisS3PipelineGetResponseinstance. 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 newS3PipelineGetResponseinstance with all required arguments.
-
toMap()instead.