Package com.sap.ai.sdk.grounding.model
Class S3PipelineMinimalResponse
java.lang.Object
com.sap.ai.sdk.grounding.model.S3PipelineMinimalResponse
- All Implemented Interfaces:
PipelineMinimalResponse
S3PipelineMinimalResponse
-
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 S3PipelineMinimalResponse. -
Method Summary
Modifier and TypeMethodDescription_configuration(S3ConfigurationMinimal _configuration) Set the _configuration of thisS3PipelineMinimalResponseinstance and return the same instance.create()Create a type-safe, fluent-api builder object to construct a newS3PipelineMinimalResponseinstance with all required arguments.booleanGet _configurationgetCustomField(String name) Deprecated.Get the names of the unrecognizable properties of theS3PipelineMinimalResponse.getId()Get idGet statusgetType()Get typeinthashCode()Set the id of thisS3PipelineMinimalResponseinstance and return the same instance.Get metadataSet the metadata of thisS3PipelineMinimalResponseinstance and return the same instance.voidsetConfiguration(S3ConfigurationMinimal _configuration) Set the _configuration of thisS3PipelineMinimalResponseinstance.voidsetCustomField(String customFieldName, Object customFieldValue) Set an unrecognizable property of thisS3PipelineMinimalResponseinstance.voidSet the id of thisS3PipelineMinimalResponseinstance.voidsetMetadata(Boolean metadata) Set the metadata of thisS3PipelineMinimalResponseinstance.voidsetStatus(PipelineExecutionStatus status) Set the status of thisS3PipelineMinimalResponseinstance.voidSet the type of thisS3PipelineMinimalResponseinstance.status(PipelineExecutionStatus status) Set the status of thisS3PipelineMinimalResponseinstance and return the same instance.toMap()Get the value of all properties of thisS3PipelineMinimalResponseinstance including unrecognized properties.toString()Set the type of thisS3PipelineMinimalResponseinstance and return the same instance.
-
Constructor Details
-
S3PipelineMinimalResponse
protected S3PipelineMinimalResponse()Default constructor for S3PipelineMinimalResponse.
-
-
Method Details
-
id
Set the id of thisS3PipelineMinimalResponseinstance and return the same instance.- Parameters:
id- The id of thisS3PipelineMinimalResponse- Returns:
- The same instance of this
S3PipelineMinimalResponseclass
-
getId
Get id- Returns:
- id The id of this
S3PipelineMinimalResponseinstance.
-
setId
Set the id of thisS3PipelineMinimalResponseinstance.- Parameters:
id- The id of thisS3PipelineMinimalResponse
-
status
Set the status of thisS3PipelineMinimalResponseinstance and return the same instance.- Parameters:
status- The status of thisS3PipelineMinimalResponse- Returns:
- The same instance of this
S3PipelineMinimalResponseclass
-
getStatus
Get status- Returns:
- status The status of this
S3PipelineMinimalResponseinstance.
-
setStatus
Set the status of thisS3PipelineMinimalResponseinstance.- Parameters:
status- The status of thisS3PipelineMinimalResponse
-
type
Set the type of thisS3PipelineMinimalResponseinstance and return the same instance.- Parameters:
type- The type of thisS3PipelineMinimalResponse- Returns:
- The same instance of this
S3PipelineMinimalResponseclass
-
getType
Get type- Specified by:
getTypein interfacePipelineMinimalResponse- Returns:
- type The type of this
S3PipelineMinimalResponseinstance.
-
setType
Set the type of thisS3PipelineMinimalResponseinstance.- Parameters:
type- The type of thisS3PipelineMinimalResponse
-
_configuration
@Nonnull public S3PipelineMinimalResponse _configuration(@Nullable S3ConfigurationMinimal _configuration) Set the _configuration of thisS3PipelineMinimalResponseinstance and return the same instance.- Parameters:
_configuration- The _configuration of thisS3PipelineMinimalResponse- Returns:
- The same instance of this
S3PipelineMinimalResponseclass
-
getConfiguration
Get _configuration- Returns:
- _configuration The _configuration of this
S3PipelineMinimalResponseinstance.
-
setConfiguration
Set the _configuration of thisS3PipelineMinimalResponseinstance.- Parameters:
_configuration- The _configuration of thisS3PipelineMinimalResponse
-
metadata
Set the metadata of thisS3PipelineMinimalResponseinstance and return the same instance.- Parameters:
metadata- The metadata of thisS3PipelineMinimalResponse- Returns:
- The same instance of this
S3PipelineMinimalResponseclass
-
isMetadata
Get metadata- Returns:
- metadata The metadata of this
S3PipelineMinimalResponseinstance.
-
setMetadata
Set the metadata of thisS3PipelineMinimalResponseinstance.- Parameters:
metadata- The metadata of thisS3PipelineMinimalResponse
-
getCustomFieldNames
Get the names of the unrecognizable properties of theS3PipelineMinimalResponse.- 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 thisS3PipelineMinimalResponseinstance.- 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 thisS3PipelineMinimalResponseinstance including unrecognized properties.- Returns:
- The map of all properties
-
setCustomField
Set an unrecognizable property of thisS3PipelineMinimalResponseinstance. 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 newS3PipelineMinimalResponseinstance with all required arguments.
-
toMap()instead.