Package com.sap.ai.sdk.core.model
Class BckndServiceCapabilitiesLogs
java.lang.Object
com.sap.ai.sdk.core.model.BckndServiceCapabilitiesLogs
Capabilities to read logs from deployments and executions.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault constructor for BckndServiceCapabilitiesLogs. -
Method Summary
Modifier and TypeMethodDescriptionstatic BckndServiceCapabilitiesLogscreate()Create a newBckndServiceCapabilitiesLogsinstance.deployments(Boolean deployments) Set the deployments of thisBckndServiceCapabilitiesLogsinstance and return the same instance.booleanexecutions(Boolean executions) Set the executions of thisBckndServiceCapabilitiesLogsinstance and return the same instance.getCustomField(String name) Deprecated.Get the names of the unrecognizable properties of theBckndServiceCapabilitiesLogs.inthashCode()Get deploymentsGet executionsvoidsetCustomField(String customFieldName, Object customFieldValue) Set an unrecognizable property of thisBckndServiceCapabilitiesLogsinstance.voidsetDeployments(Boolean deployments) Set the deployments of thisBckndServiceCapabilitiesLogsinstance.voidsetExecutions(Boolean executions) Set the executions of thisBckndServiceCapabilitiesLogsinstance.toMap()Get the value of all properties of thisBckndServiceCapabilitiesLogsinstance including unrecognized properties.toString()
-
Constructor Details
-
BckndServiceCapabilitiesLogs
protected BckndServiceCapabilitiesLogs()Default constructor for BckndServiceCapabilitiesLogs.
-
-
Method Details
-
deployments
Set the deployments of thisBckndServiceCapabilitiesLogsinstance and return the same instance.- Parameters:
deployments- The deployments of thisBckndServiceCapabilitiesLogs- Returns:
- The same instance of this
BckndServiceCapabilitiesLogsclass
-
isDeployments
Get deployments- Returns:
- deployments The deployments of this
BckndServiceCapabilitiesLogsinstance.
-
setDeployments
Set the deployments of thisBckndServiceCapabilitiesLogsinstance.- Parameters:
deployments- The deployments of thisBckndServiceCapabilitiesLogs
-
executions
Set the executions of thisBckndServiceCapabilitiesLogsinstance and return the same instance.- Parameters:
executions- The executions of thisBckndServiceCapabilitiesLogs- Returns:
- The same instance of this
BckndServiceCapabilitiesLogsclass
-
isExecutions
Get executions- Returns:
- executions The executions of this
BckndServiceCapabilitiesLogsinstance.
-
setExecutions
Set the executions of thisBckndServiceCapabilitiesLogsinstance.- Parameters:
executions- The executions of thisBckndServiceCapabilitiesLogs
-
getCustomFieldNames
Get the names of the unrecognizable properties of theBckndServiceCapabilitiesLogs.- 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 thisBckndServiceCapabilitiesLogsinstance.- 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 thisBckndServiceCapabilitiesLogsinstance including unrecognized properties.- Returns:
- The map of all properties
-
setCustomField
Set an unrecognizable property of thisBckndServiceCapabilitiesLogsinstance. 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 newBckndServiceCapabilitiesLogsinstance. No arguments are required.
-
toMap()instead.