Class FilteringModuleConfig
java.lang.Object
com.sap.ai.sdk.orchestration.model.FilteringModuleConfig
FilteringModuleConfig
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault constructor for FilteringModuleConfig. -
Method Summary
Modifier and TypeMethodDescriptionstatic FilteringModuleConfigcreate()Create a newFilteringModuleConfiginstance.booleangetCustomField(String name) Deprecated.Get the names of the unrecognizable properties of theFilteringModuleConfig.getInput()List of provider type and filtersList of provider type and filtersinthashCode()input(InputFilteringConfig input) Set the input of thisFilteringModuleConfiginstance and return the same instance.output(OutputFilteringConfig output) Set the output of thisFilteringModuleConfiginstance and return the same instance.voidsetCustomField(String customFieldName, Object customFieldValue) Set an unrecognizable property of thisFilteringModuleConfiginstance.voidsetInput(InputFilteringConfig input) Set the input of thisFilteringModuleConfiginstance.voidsetOutput(OutputFilteringConfig output) Set the output of thisFilteringModuleConfiginstance.toMap()Get the value of all properties of thisFilteringModuleConfiginstance including unrecognized properties.toString()
-
Constructor Details
-
FilteringModuleConfig
protected FilteringModuleConfig()Default constructor for FilteringModuleConfig.
-
-
Method Details
-
input
Set the input of thisFilteringModuleConfiginstance and return the same instance.- Parameters:
input- List of provider type and filters- Returns:
- The same instance of this
FilteringModuleConfigclass
-
getInput
List of provider type and filters- Returns:
- input The input of this
FilteringModuleConfiginstance.
-
setInput
Set the input of thisFilteringModuleConfiginstance.- Parameters:
input- List of provider type and filters
-
output
Set the output of thisFilteringModuleConfiginstance and return the same instance.- Parameters:
output- List of provider type and filters- Returns:
- The same instance of this
FilteringModuleConfigclass
-
getOutput
List of provider type and filters- Returns:
- output The output of this
FilteringModuleConfiginstance.
-
setOutput
Set the output of thisFilteringModuleConfiginstance.- Parameters:
output- List of provider type and filters
-
getCustomFieldNames
Get the names of the unrecognizable properties of theFilteringModuleConfig.- 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 thisFilteringModuleConfiginstance.- 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 thisFilteringModuleConfiginstance including unrecognized properties.- Returns:
- The map of all properties
-
setCustomField
Set an unrecognizable property of thisFilteringModuleConfiginstance. 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 newFilteringModuleConfiginstance. No arguments are required.
-
toMap()instead.