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