Package com.sap.ai.sdk.core.model
Class MetaAiApiLimitsTimeToLiveDeployments
java.lang.Object
com.sap.ai.sdk.core.model.MetaAiApiLimitsTimeToLiveDeployments
MetaAiApiLimitsTimeToLiveDeployments
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault constructor for MetaAiApiLimitsTimeToLiveDeployments. -
Method Summary
Modifier and TypeMethodDescriptioncreate()Create a newMetaAiApiLimitsTimeToLiveDeploymentsinstance.booleangetCustomField(String name) Deprecated.Get the names of the unrecognizable properties of theMetaAiApiLimitsTimeToLiveDeployments.Get maximumGet minimuminthashCode()Set the maximum of thisMetaAiApiLimitsTimeToLiveDeploymentsinstance and return the same instance.Set the minimum of thisMetaAiApiLimitsTimeToLiveDeploymentsinstance and return the same instance.voidsetCustomField(String customFieldName, Object customFieldValue) Set an unrecognizable property of thisMetaAiApiLimitsTimeToLiveDeploymentsinstance.voidsetMaximum(String maximum) Set the maximum of thisMetaAiApiLimitsTimeToLiveDeploymentsinstance.voidsetMinimum(String minimum) Set the minimum of thisMetaAiApiLimitsTimeToLiveDeploymentsinstance.toMap()Get the value of all properties of thisMetaAiApiLimitsTimeToLiveDeploymentsinstance including unrecognized properties.toString()
-
Constructor Details
-
MetaAiApiLimitsTimeToLiveDeployments
protected MetaAiApiLimitsTimeToLiveDeployments()Default constructor for MetaAiApiLimitsTimeToLiveDeployments.
-
-
Method Details
-
minimum
Set the minimum of thisMetaAiApiLimitsTimeToLiveDeploymentsinstance and return the same instance.- Parameters:
minimum- The minimum of thisMetaAiApiLimitsTimeToLiveDeployments- Returns:
- The same instance of this
MetaAiApiLimitsTimeToLiveDeploymentsclass
-
getMinimum
Get minimum- Returns:
- minimum The minimum of this
MetaAiApiLimitsTimeToLiveDeploymentsinstance.
-
setMinimum
Set the minimum of thisMetaAiApiLimitsTimeToLiveDeploymentsinstance.- Parameters:
minimum- The minimum of thisMetaAiApiLimitsTimeToLiveDeployments
-
maximum
Set the maximum of thisMetaAiApiLimitsTimeToLiveDeploymentsinstance and return the same instance.- Parameters:
maximum- The maximum of thisMetaAiApiLimitsTimeToLiveDeployments- Returns:
- The same instance of this
MetaAiApiLimitsTimeToLiveDeploymentsclass
-
getMaximum
Get maximum- Returns:
- maximum The maximum of this
MetaAiApiLimitsTimeToLiveDeploymentsinstance.
-
setMaximum
Set the maximum of thisMetaAiApiLimitsTimeToLiveDeploymentsinstance.- Parameters:
maximum- The maximum of thisMetaAiApiLimitsTimeToLiveDeployments
-
getCustomFieldNames
Get the names of the unrecognizable properties of theMetaAiApiLimitsTimeToLiveDeployments.- 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 thisMetaAiApiLimitsTimeToLiveDeploymentsinstance.- 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 thisMetaAiApiLimitsTimeToLiveDeploymentsinstance including unrecognized properties.- Returns:
- The map of all properties
-
setCustomField
Set an unrecognizable property of thisMetaAiApiLimitsTimeToLiveDeploymentsinstance. 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 newMetaAiApiLimitsTimeToLiveDeploymentsinstance. No arguments are required.
-
toMap()instead.