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