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