Package com.sap.ai.sdk.core.model
Class BckndServiceCapabilities
java.lang.Object
com.sap.ai.sdk.core.model.BckndServiceCapabilities
BckndServiceCapabilities
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault constructor for BckndServiceCapabilities. -
Method Summary
Modifier and TypeMethodDescriptionSet the basic of thisBckndServiceCapabilitiesinstance and return the same instance.static BckndServiceCapabilitiescreate()Create a newBckndServiceCapabilitiesinstance.booleangetBasic()Get basicgetCustomField(String name) Deprecated.Get the names of the unrecognizable properties of theBckndServiceCapabilities.getLogs()Get logsinthashCode()Set the logs of thisBckndServiceCapabilitiesinstance and return the same instance.voidSet the basic of thisBckndServiceCapabilitiesinstance.voidsetCustomField(String customFieldName, Object customFieldValue) Set an unrecognizable property of thisBckndServiceCapabilitiesinstance.voidSet the logs of thisBckndServiceCapabilitiesinstance.toMap()Get the value of all properties of thisBckndServiceCapabilitiesinstance including unrecognized properties.toString()
-
Constructor Details
-
BckndServiceCapabilities
protected BckndServiceCapabilities()Default constructor for BckndServiceCapabilities.
-
-
Method Details
-
logs
Set the logs of thisBckndServiceCapabilitiesinstance and return the same instance.- Parameters:
logs- The logs of thisBckndServiceCapabilities- Returns:
- The same instance of this
BckndServiceCapabilitiesclass
-
getLogs
Get logs- Returns:
- logs The logs of this
BckndServiceCapabilitiesinstance.
-
setLogs
Set the logs of thisBckndServiceCapabilitiesinstance.- Parameters:
logs- The logs of thisBckndServiceCapabilities
-
basic
Set the basic of thisBckndServiceCapabilitiesinstance and return the same instance.- Parameters:
basic- The basic of thisBckndServiceCapabilities- Returns:
- The same instance of this
BckndServiceCapabilitiesclass
-
getBasic
Get basic- Returns:
- basic The basic of this
BckndServiceCapabilitiesinstance.
-
setBasic
Set the basic of thisBckndServiceCapabilitiesinstance.- Parameters:
basic- The basic of thisBckndServiceCapabilities
-
getCustomFieldNames
Get the names of the unrecognizable properties of theBckndServiceCapabilities.- 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 thisBckndServiceCapabilitiesinstance.- 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 thisBckndServiceCapabilitiesinstance including unrecognized properties.- Returns:
- The map of all properties
-
setCustomField
Set an unrecognizable property of thisBckndServiceCapabilitiesinstance. 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 newBckndServiceCapabilitiesinstance. No arguments are required.
-
toMap()instead.