Package com.sap.ai.sdk.core.model
Class RTABackendDetails
java.lang.Object
com.sap.ai.sdk.core.model.RTABackendDetails
RTABackendDetails
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault constructor for RTABackendDetails. -
Method Summary
Modifier and TypeMethodDescriptionbackendDetails(Object backendDetails) Set the backendDetails of thisRTABackendDetailsinstance and return the same instance.static RTABackendDetailscreate()Create a newRTABackendDetailsinstance.booleanCurrent details of the deploymentgetCustomField(String name) Deprecated.Get the names of the unrecognizable properties of theRTABackendDetails.inthashCode()voidsetBackendDetails(Object backendDetails) Set the backendDetails of thisRTABackendDetailsinstance.voidsetCustomField(String customFieldName, Object customFieldValue) Set an unrecognizable property of thisRTABackendDetailsinstance.toMap()Get the value of all properties of thisRTABackendDetailsinstance including unrecognized properties.toString()
-
Constructor Details
-
RTABackendDetails
protected RTABackendDetails()Default constructor for RTABackendDetails.
-
-
Method Details
-
backendDetails
Set the backendDetails of thisRTABackendDetailsinstance and return the same instance.- Parameters:
backendDetails- Current details of the deployment- Returns:
- The same instance of this
RTABackendDetailsclass
-
getBackendDetails
Current details of the deployment- Returns:
- backendDetails The backendDetails of this
RTABackendDetailsinstance.
-
setBackendDetails
Set the backendDetails of thisRTABackendDetailsinstance.- Parameters:
backendDetails- Current details of the deployment
-
getCustomFieldNames
Get the names of the unrecognizable properties of theRTABackendDetails.- 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 thisRTABackendDetailsinstance.- 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 thisRTABackendDetailsinstance including unrecognized properties.- Returns:
- The map of all properties
-
setCustomField
Set an unrecognizable property of thisRTABackendDetailsinstance. 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 newRTABackendDetailsinstance. No arguments are required.
-
toMap()instead.