Class OrchestrationConfigPostResponse
java.lang.Object
com.sap.ai.sdk.prompt.registry.model.OrchestrationConfigPostResponse
OrchestrationConfigPostResponse
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceBuilder helper class.static interfaceBuilder helper class.static interfaceBuilder helper class.static interfaceBuilder helper class.static interfaceBuilder helper class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault constructor for OrchestrationConfigPostResponse. -
Method Summary
Modifier and TypeMethodDescriptioncreate()Create a type-safe, fluent-api builder object to construct a newOrchestrationConfigPostResponseinstance with all required arguments.booleangetCustomField(String name) Deprecated.Get the names of the unrecognizable properties of theOrchestrationConfigPostResponse.getId()Get idGet messagegetName()Get nameGet scenarioGet versioninthashCode()Set the id of thisOrchestrationConfigPostResponseinstance and return the same instance.Set the message of thisOrchestrationConfigPostResponseinstance and return the same instance.Set the name of thisOrchestrationConfigPostResponseinstance and return the same instance.Set the scenario of thisOrchestrationConfigPostResponseinstance and return the same instance.voidsetCustomField(String customFieldName, Object customFieldValue) Set an unrecognizable property of thisOrchestrationConfigPostResponseinstance.voidSet the id of thisOrchestrationConfigPostResponseinstance.voidsetMessage(String message) Set the message of thisOrchestrationConfigPostResponseinstance.voidSet the name of thisOrchestrationConfigPostResponseinstance.voidsetScenario(String scenario) Set the scenario of thisOrchestrationConfigPostResponseinstance.voidsetVersion(String version) Set the version of thisOrchestrationConfigPostResponseinstance.toMap()Get the value of all properties of thisOrchestrationConfigPostResponseinstance including unrecognized properties.toString()Set the version of thisOrchestrationConfigPostResponseinstance and return the same instance.
-
Constructor Details
-
OrchestrationConfigPostResponse
protected OrchestrationConfigPostResponse()Default constructor for OrchestrationConfigPostResponse.
-
-
Method Details
-
message
Set the message of thisOrchestrationConfigPostResponseinstance and return the same instance.- Parameters:
message- The message of thisOrchestrationConfigPostResponse- Returns:
- The same instance of this
OrchestrationConfigPostResponseclass
-
getMessage
Get message- Returns:
- message The message of this
OrchestrationConfigPostResponseinstance.
-
setMessage
Set the message of thisOrchestrationConfigPostResponseinstance.- Parameters:
message- The message of thisOrchestrationConfigPostResponse
-
id
Set the id of thisOrchestrationConfigPostResponseinstance and return the same instance.- Parameters:
id- The id of thisOrchestrationConfigPostResponse- Returns:
- The same instance of this
OrchestrationConfigPostResponseclass
-
getId
Get id- Returns:
- id The id of this
OrchestrationConfigPostResponseinstance.
-
setId
Set the id of thisOrchestrationConfigPostResponseinstance.- Parameters:
id- The id of thisOrchestrationConfigPostResponse
-
scenario
Set the scenario of thisOrchestrationConfigPostResponseinstance and return the same instance.- Parameters:
scenario- The scenario of thisOrchestrationConfigPostResponse- Returns:
- The same instance of this
OrchestrationConfigPostResponseclass
-
getScenario
Get scenario- Returns:
- scenario The scenario of this
OrchestrationConfigPostResponseinstance.
-
setScenario
Set the scenario of thisOrchestrationConfigPostResponseinstance.- Parameters:
scenario- The scenario of thisOrchestrationConfigPostResponse
-
name
Set the name of thisOrchestrationConfigPostResponseinstance and return the same instance.- Parameters:
name- The name of thisOrchestrationConfigPostResponse- Returns:
- The same instance of this
OrchestrationConfigPostResponseclass
-
getName
Get name- Returns:
- name The name of this
OrchestrationConfigPostResponseinstance.
-
setName
Set the name of thisOrchestrationConfigPostResponseinstance.- Parameters:
name- The name of thisOrchestrationConfigPostResponse
-
version
Set the version of thisOrchestrationConfigPostResponseinstance and return the same instance.- Parameters:
version- The version of thisOrchestrationConfigPostResponse- Returns:
- The same instance of this
OrchestrationConfigPostResponseclass
-
getVersion
Get version- Returns:
- version The version of this
OrchestrationConfigPostResponseinstance.
-
setVersion
Set the version of thisOrchestrationConfigPostResponseinstance.- Parameters:
version- The version of thisOrchestrationConfigPostResponse
-
getCustomFieldNames
Get the names of the unrecognizable properties of theOrchestrationConfigPostResponse.- 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 thisOrchestrationConfigPostResponseinstance.- 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 thisOrchestrationConfigPostResponseinstance including unrecognized properties.- Returns:
- The map of all properties
-
setCustomField
Set an unrecognizable property of thisOrchestrationConfigPostResponseinstance. 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 newOrchestrationConfigPostResponseinstance with all required arguments.
-
toMap()instead.