Package com.sap.ai.sdk.core.model
Class RTADeploymentDetails
java.lang.Object
com.sap.ai.sdk.core.model.RTADeploymentDetails
RTADeploymentDetails
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault constructor for RTADeploymentDetails. -
Method Summary
Modifier and TypeMethodDescriptionstatic RTADeploymentDetailscreate()Create a newRTADeploymentDetailsinstance.booleangetCustomField(String name) Deprecated.Get the names of the unrecognizable properties of theRTADeploymentDetails.Get resourcesGet scalinginthashCode()resources(RTABackendDetails resources) Set the resources of thisRTADeploymentDetailsinstance and return the same instance.scaling(RTABackendDetails scaling) Set the scaling of thisRTADeploymentDetailsinstance and return the same instance.voidsetCustomField(String customFieldName, Object customFieldValue) Set an unrecognizable property of thisRTADeploymentDetailsinstance.voidsetResources(RTABackendDetails resources) Set the resources of thisRTADeploymentDetailsinstance.voidsetScaling(RTABackendDetails scaling) Set the scaling of thisRTADeploymentDetailsinstance.toMap()Get the value of all properties of thisRTADeploymentDetailsinstance including unrecognized properties.toString()
-
Constructor Details
-
RTADeploymentDetails
protected RTADeploymentDetails()Default constructor for RTADeploymentDetails.
-
-
Method Details
-
scaling
Set the scaling of thisRTADeploymentDetailsinstance and return the same instance.- Parameters:
scaling- The scaling of thisRTADeploymentDetails- Returns:
- The same instance of this
RTADeploymentDetailsclass
-
getScaling
Get scaling- Returns:
- scaling The scaling of this
RTADeploymentDetailsinstance.
-
setScaling
Set the scaling of thisRTADeploymentDetailsinstance.- Parameters:
scaling- The scaling of thisRTADeploymentDetails
-
resources
Set the resources of thisRTADeploymentDetailsinstance and return the same instance.- Parameters:
resources- The resources of thisRTADeploymentDetails- Returns:
- The same instance of this
RTADeploymentDetailsclass
-
getResources
Get resources- Returns:
- resources The resources of this
RTADeploymentDetailsinstance.
-
setResources
Set the resources of thisRTADeploymentDetailsinstance.- Parameters:
resources- The resources of thisRTADeploymentDetails
-
getCustomFieldNames
Get the names of the unrecognizable properties of theRTADeploymentDetails.- 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 thisRTADeploymentDetailsinstance.- 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 thisRTADeploymentDetailsinstance including unrecognized properties.- Returns:
- The map of all properties
-
setCustomField
Set an unrecognizable property of thisRTADeploymentDetailsinstance. 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 newRTADeploymentDetailsinstance. No arguments are required.
-
toMap()instead.