Package com.sap.ai.sdk.core.model
Class BckndExecutableResourceQuotaResponseQuota
java.lang.Object
com.sap.ai.sdk.core.model.BckndExecutableResourceQuotaResponseQuota
BckndExecutableResourceQuotaResponseQuota
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault constructor for BckndExecutableResourceQuotaResponseQuota. -
Method Summary
Modifier and TypeMethodDescriptioncreate()Create a newBckndExecutableResourceQuotaResponseQuotainstance.booleangetCustomField(String name) Deprecated.Get the names of the unrecognizable properties of theBckndExecutableResourceQuotaResponseQuota.The value can be 0(disabled) or a positive integer defining the maximum allowed numberThe value can be 0(disabled) or a positive integer defining the maximum allowed numberinthashCode()servingTemplateMaxCount(Integer servingTemplateMaxCount) Set the servingTemplateMaxCount of thisBckndExecutableResourceQuotaResponseQuotainstance and return the same instance.voidsetCustomField(String customFieldName, Object customFieldValue) Set an unrecognizable property of thisBckndExecutableResourceQuotaResponseQuotainstance.voidsetServingTemplateMaxCount(Integer servingTemplateMaxCount) Set the servingTemplateMaxCount of thisBckndExecutableResourceQuotaResponseQuotainstance.voidsetWorkflowTemplateMaxCount(Integer workflowTemplateMaxCount) Set the workflowTemplateMaxCount of thisBckndExecutableResourceQuotaResponseQuotainstance.toMap()Get the value of all properties of thisBckndExecutableResourceQuotaResponseQuotainstance including unrecognized properties.toString()workflowTemplateMaxCount(Integer workflowTemplateMaxCount) Set the workflowTemplateMaxCount of thisBckndExecutableResourceQuotaResponseQuotainstance and return the same instance.
-
Constructor Details
-
BckndExecutableResourceQuotaResponseQuota
protected BckndExecutableResourceQuotaResponseQuota()Default constructor for BckndExecutableResourceQuotaResponseQuota.
-
-
Method Details
-
servingTemplateMaxCount
@Nonnull public BckndExecutableResourceQuotaResponseQuota servingTemplateMaxCount(@Nullable Integer servingTemplateMaxCount) Set the servingTemplateMaxCount of thisBckndExecutableResourceQuotaResponseQuotainstance and return the same instance.- Parameters:
servingTemplateMaxCount- The value can be 0(disabled) or a positive integer defining the maximum allowed number- Returns:
- The same instance of this
BckndExecutableResourceQuotaResponseQuotaclass
-
getServingTemplateMaxCount
The value can be 0(disabled) or a positive integer defining the maximum allowed number- Returns:
- servingTemplateMaxCount The servingTemplateMaxCount of this
BckndExecutableResourceQuotaResponseQuotainstance.
-
setServingTemplateMaxCount
Set the servingTemplateMaxCount of thisBckndExecutableResourceQuotaResponseQuotainstance.- Parameters:
servingTemplateMaxCount- The value can be 0(disabled) or a positive integer defining the maximum allowed number
-
workflowTemplateMaxCount
@Nonnull public BckndExecutableResourceQuotaResponseQuota workflowTemplateMaxCount(@Nullable Integer workflowTemplateMaxCount) Set the workflowTemplateMaxCount of thisBckndExecutableResourceQuotaResponseQuotainstance and return the same instance.- Parameters:
workflowTemplateMaxCount- The value can be 0(disabled) or a positive integer defining the maximum allowed number- Returns:
- The same instance of this
BckndExecutableResourceQuotaResponseQuotaclass
-
getWorkflowTemplateMaxCount
The value can be 0(disabled) or a positive integer defining the maximum allowed number- Returns:
- workflowTemplateMaxCount The workflowTemplateMaxCount of this
BckndExecutableResourceQuotaResponseQuotainstance.
-
setWorkflowTemplateMaxCount
Set the workflowTemplateMaxCount of thisBckndExecutableResourceQuotaResponseQuotainstance.- Parameters:
workflowTemplateMaxCount- The value can be 0(disabled) or a positive integer defining the maximum allowed number
-
getCustomFieldNames
Get the names of the unrecognizable properties of theBckndExecutableResourceQuotaResponseQuota.- 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 thisBckndExecutableResourceQuotaResponseQuotainstance.- 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 thisBckndExecutableResourceQuotaResponseQuotainstance including unrecognized properties.- Returns:
- The map of all properties
-
setCustomField
Set an unrecognizable property of thisBckndExecutableResourceQuotaResponseQuotainstance. 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 newBckndExecutableResourceQuotaResponseQuotainstance. No arguments are required.
-
toMap()instead.