Class OrchestrationConfigGetResponse
java.lang.Object
com.sap.ai.sdk.prompt.registry.model.OrchestrationConfigGetResponse
OrchestrationConfigGetResponse
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault constructor for OrchestrationConfigGetResponse. -
Method Summary
Modifier and TypeMethodDescriptioncreate()Create a newOrchestrationConfigGetResponseinstance.creationTimestamp(String creationTimestamp) Set the creationTimestamp of thisOrchestrationConfigGetResponseinstance and return the same instance.booleanGet creationTimestampgetCustomField(String name) Deprecated.Get the names of the unrecognizable properties of theOrchestrationConfigGetResponse.getId()Get idGet managedBygetName()Get nameGet resourceGroupIdGet scenariogetSpec()Get specGet versioninthashCode()Set the id of thisOrchestrationConfigGetResponseinstance and return the same instance.Get isVersionHeadisVersionHead(Boolean isVersionHead) Set the isVersionHead of thisOrchestrationConfigGetResponseinstance and return the same instance.Set the managedBy of thisOrchestrationConfigGetResponseinstance and return the same instance.Set the name of thisOrchestrationConfigGetResponseinstance and return the same instance.resourceGroupId(String resourceGroupId) Set the resourceGroupId of thisOrchestrationConfigGetResponseinstance and return the same instance.Set the scenario of thisOrchestrationConfigGetResponseinstance and return the same instance.voidsetCreationTimestamp(String creationTimestamp) Set the creationTimestamp of thisOrchestrationConfigGetResponseinstance.voidsetCustomField(String customFieldName, Object customFieldValue) Set an unrecognizable property of thisOrchestrationConfigGetResponseinstance.voidSet the id of thisOrchestrationConfigGetResponseinstance.voidsetIsVersionHead(Boolean isVersionHead) Set the isVersionHead of thisOrchestrationConfigGetResponseinstance.voidsetManagedBy(String managedBy) Set the managedBy of thisOrchestrationConfigGetResponseinstance.voidSet the name of thisOrchestrationConfigGetResponseinstance.voidsetResourceGroupId(String resourceGroupId) Set the resourceGroupId of thisOrchestrationConfigGetResponseinstance.voidsetScenario(String scenario) Set the scenario of thisOrchestrationConfigGetResponseinstance.voidsetSpec(OrchestrationConfig spec) Set the spec of thisOrchestrationConfigGetResponseinstance.voidsetVersion(String version) Set the version of thisOrchestrationConfigGetResponseinstance.spec(OrchestrationConfig spec) Set the spec of thisOrchestrationConfigGetResponseinstance and return the same instance.toMap()Get the value of all properties of thisOrchestrationConfigGetResponseinstance including unrecognized properties.toString()Set the version of thisOrchestrationConfigGetResponseinstance and return the same instance.
-
Constructor Details
-
OrchestrationConfigGetResponse
protected OrchestrationConfigGetResponse()Default constructor for OrchestrationConfigGetResponse.
-
-
Method Details
-
id
Set the id of thisOrchestrationConfigGetResponseinstance and return the same instance.- Parameters:
id- The id of thisOrchestrationConfigGetResponse- Returns:
- The same instance of this
OrchestrationConfigGetResponseclass
-
getId
Get id- Returns:
- id The id of this
OrchestrationConfigGetResponseinstance.
-
setId
Set the id of thisOrchestrationConfigGetResponseinstance.- Parameters:
id- The id of thisOrchestrationConfigGetResponse
-
name
Set the name of thisOrchestrationConfigGetResponseinstance and return the same instance.- Parameters:
name- The name of thisOrchestrationConfigGetResponse- Returns:
- The same instance of this
OrchestrationConfigGetResponseclass
-
getName
Get name- Returns:
- name The name of this
OrchestrationConfigGetResponseinstance.
-
setName
Set the name of thisOrchestrationConfigGetResponseinstance.- Parameters:
name- The name of thisOrchestrationConfigGetResponse
-
version
Set the version of thisOrchestrationConfigGetResponseinstance and return the same instance.- Parameters:
version- The version of thisOrchestrationConfigGetResponse- Returns:
- The same instance of this
OrchestrationConfigGetResponseclass
-
getVersion
Get version- Returns:
- version The version of this
OrchestrationConfigGetResponseinstance.
-
setVersion
Set the version of thisOrchestrationConfigGetResponseinstance.- Parameters:
version- The version of thisOrchestrationConfigGetResponse
-
scenario
Set the scenario of thisOrchestrationConfigGetResponseinstance and return the same instance.- Parameters:
scenario- The scenario of thisOrchestrationConfigGetResponse- Returns:
- The same instance of this
OrchestrationConfigGetResponseclass
-
getScenario
Get scenario- Returns:
- scenario The scenario of this
OrchestrationConfigGetResponseinstance.
-
setScenario
Set the scenario of thisOrchestrationConfigGetResponseinstance.- Parameters:
scenario- The scenario of thisOrchestrationConfigGetResponse
-
creationTimestamp
@Nonnull public OrchestrationConfigGetResponse creationTimestamp(@Nullable String creationTimestamp) Set the creationTimestamp of thisOrchestrationConfigGetResponseinstance and return the same instance.- Parameters:
creationTimestamp- The creationTimestamp of thisOrchestrationConfigGetResponse- Returns:
- The same instance of this
OrchestrationConfigGetResponseclass
-
getCreationTimestamp
Get creationTimestamp- Returns:
- creationTimestamp The creationTimestamp of this
OrchestrationConfigGetResponseinstance.
-
setCreationTimestamp
Set the creationTimestamp of thisOrchestrationConfigGetResponseinstance.- Parameters:
creationTimestamp- The creationTimestamp of thisOrchestrationConfigGetResponse
-
managedBy
Set the managedBy of thisOrchestrationConfigGetResponseinstance and return the same instance.- Parameters:
managedBy- The managedBy of thisOrchestrationConfigGetResponse- Returns:
- The same instance of this
OrchestrationConfigGetResponseclass
-
getManagedBy
Get managedBy- Returns:
- managedBy The managedBy of this
OrchestrationConfigGetResponseinstance.
-
setManagedBy
Set the managedBy of thisOrchestrationConfigGetResponseinstance.- Parameters:
managedBy- The managedBy of thisOrchestrationConfigGetResponse
-
isVersionHead
Set the isVersionHead of thisOrchestrationConfigGetResponseinstance and return the same instance.- Parameters:
isVersionHead- The isVersionHead of thisOrchestrationConfigGetResponse- Returns:
- The same instance of this
OrchestrationConfigGetResponseclass
-
isIsVersionHead
Get isVersionHead- Returns:
- isVersionHead The isVersionHead of this
OrchestrationConfigGetResponseinstance.
-
setIsVersionHead
Set the isVersionHead of thisOrchestrationConfigGetResponseinstance.- Parameters:
isVersionHead- The isVersionHead of thisOrchestrationConfigGetResponse
-
resourceGroupId
Set the resourceGroupId of thisOrchestrationConfigGetResponseinstance and return the same instance.- Parameters:
resourceGroupId- The resourceGroupId of thisOrchestrationConfigGetResponse- Returns:
- The same instance of this
OrchestrationConfigGetResponseclass
-
getResourceGroupId
Get resourceGroupId- Returns:
- resourceGroupId The resourceGroupId of this
OrchestrationConfigGetResponseinstance.
-
setResourceGroupId
Set the resourceGroupId of thisOrchestrationConfigGetResponseinstance.- Parameters:
resourceGroupId- The resourceGroupId of thisOrchestrationConfigGetResponse
-
spec
Set the spec of thisOrchestrationConfigGetResponseinstance and return the same instance.- Parameters:
spec- The spec of thisOrchestrationConfigGetResponse- Returns:
- The same instance of this
OrchestrationConfigGetResponseclass
-
getSpec
Get spec- Returns:
- spec The spec of this
OrchestrationConfigGetResponseinstance.
-
setSpec
Set the spec of thisOrchestrationConfigGetResponseinstance.- Parameters:
spec- The spec of thisOrchestrationConfigGetResponse
-
getCustomFieldNames
Get the names of the unrecognizable properties of theOrchestrationConfigGetResponse.- 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 thisOrchestrationConfigGetResponseinstance.- 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 thisOrchestrationConfigGetResponseinstance including unrecognized properties.- Returns:
- The map of all properties
-
setCustomField
Set an unrecognizable property of thisOrchestrationConfigGetResponseinstance. 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 newOrchestrationConfigGetResponseinstance. No arguments are required.
-
toMap()instead.