Package com.sap.ai.sdk.core.model
Class MetaAiApiLimitsExecutions
java.lang.Object
com.sap.ai.sdk.core.model.MetaAiApiLimitsExecutions
MetaAiApiLimitsExecutions
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault constructor for MetaAiApiLimitsExecutions. -
Method Summary
Modifier and TypeMethodDescriptionstatic MetaAiApiLimitsExecutionscreate()Create a newMetaAiApiLimitsExecutionsinstance.booleangetCustomField(String name) Deprecated.Get the names of the unrecognizable properties of theMetaAiApiLimitsExecutions.Max nr of executions allowed by this runtime per resource group.inthashCode()maxRunningCount(Integer maxRunningCount) Set the maxRunningCount of thisMetaAiApiLimitsExecutionsinstance and return the same instance.voidsetCustomField(String customFieldName, Object customFieldValue) Set an unrecognizable property of thisMetaAiApiLimitsExecutionsinstance.voidsetMaxRunningCount(Integer maxRunningCount) Set the maxRunningCount of thisMetaAiApiLimitsExecutionsinstance.toMap()Get the value of all properties of thisMetaAiApiLimitsExecutionsinstance including unrecognized properties.toString()
-
Constructor Details
-
MetaAiApiLimitsExecutions
protected MetaAiApiLimitsExecutions()Default constructor for MetaAiApiLimitsExecutions.
-
-
Method Details
-
maxRunningCount
Set the maxRunningCount of thisMetaAiApiLimitsExecutionsinstance and return the same instance.- Parameters:
maxRunningCount- Max nr of executions allowed by this runtime per resource group. <0 means unlimited.- Returns:
- The same instance of this
MetaAiApiLimitsExecutionsclass
-
getMaxRunningCount
Max nr of executions allowed by this runtime per resource group. <0 means unlimited.- Returns:
- maxRunningCount The maxRunningCount of this
MetaAiApiLimitsExecutionsinstance.
-
setMaxRunningCount
Set the maxRunningCount of thisMetaAiApiLimitsExecutionsinstance.- Parameters:
maxRunningCount- Max nr of executions allowed by this runtime per resource group. <0 means unlimited.
-
getCustomFieldNames
Get the names of the unrecognizable properties of theMetaAiApiLimitsExecutions.- 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 thisMetaAiApiLimitsExecutionsinstance.- 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 thisMetaAiApiLimitsExecutionsinstance including unrecognized properties.- Returns:
- The map of all properties
-
setCustomField
Set an unrecognizable property of thisMetaAiApiLimitsExecutionsinstance. 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 newMetaAiApiLimitsExecutionsinstance. No arguments are required.
-
toMap()instead.