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