Package com.sap.ai.sdk.core.model
Class BckndExecutableResourceQuotaResponseUsage
java.lang.Object
com.sap.ai.sdk.core.model.BckndExecutableResourceQuotaResponseUsage
BckndExecutableResourceQuotaResponseUsage
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault constructor for BckndExecutableResourceQuotaResponseUsage. -
Method Summary
Modifier and TypeMethodDescriptioncreate()Create a newBckndExecutableResourceQuotaResponseUsageinstance.booleangetCustomField(String name) Deprecated.Get the names of the unrecognizable properties of theBckndExecutableResourceQuotaResponseUsage.Get servingTemplateCountGet workflowTemplateCountinthashCode()servingTemplateCount(Integer servingTemplateCount) Set the servingTemplateCount of thisBckndExecutableResourceQuotaResponseUsageinstance and return the same instance.voidsetCustomField(String customFieldName, Object customFieldValue) Set an unrecognizable property of thisBckndExecutableResourceQuotaResponseUsageinstance.voidsetServingTemplateCount(Integer servingTemplateCount) Set the servingTemplateCount of thisBckndExecutableResourceQuotaResponseUsageinstance.voidsetWorkflowTemplateCount(Integer workflowTemplateCount) Set the workflowTemplateCount of thisBckndExecutableResourceQuotaResponseUsageinstance.toMap()Get the value of all properties of thisBckndExecutableResourceQuotaResponseUsageinstance including unrecognized properties.toString()workflowTemplateCount(Integer workflowTemplateCount) Set the workflowTemplateCount of thisBckndExecutableResourceQuotaResponseUsageinstance and return the same instance.
-
Constructor Details
-
BckndExecutableResourceQuotaResponseUsage
protected BckndExecutableResourceQuotaResponseUsage()Default constructor for BckndExecutableResourceQuotaResponseUsage.
-
-
Method Details
-
servingTemplateCount
@Nonnull public BckndExecutableResourceQuotaResponseUsage servingTemplateCount(@Nullable Integer servingTemplateCount) Set the servingTemplateCount of thisBckndExecutableResourceQuotaResponseUsageinstance and return the same instance.- Parameters:
servingTemplateCount- The servingTemplateCount of thisBckndExecutableResourceQuotaResponseUsage- Returns:
- The same instance of this
BckndExecutableResourceQuotaResponseUsageclass
-
getServingTemplateCount
Get servingTemplateCount- Returns:
- servingTemplateCount The servingTemplateCount of this
BckndExecutableResourceQuotaResponseUsageinstance.
-
setServingTemplateCount
Set the servingTemplateCount of thisBckndExecutableResourceQuotaResponseUsageinstance.- Parameters:
servingTemplateCount- The servingTemplateCount of thisBckndExecutableResourceQuotaResponseUsage
-
workflowTemplateCount
@Nonnull public BckndExecutableResourceQuotaResponseUsage workflowTemplateCount(@Nullable Integer workflowTemplateCount) Set the workflowTemplateCount of thisBckndExecutableResourceQuotaResponseUsageinstance and return the same instance.- Parameters:
workflowTemplateCount- The workflowTemplateCount of thisBckndExecutableResourceQuotaResponseUsage- Returns:
- The same instance of this
BckndExecutableResourceQuotaResponseUsageclass
-
getWorkflowTemplateCount
Get workflowTemplateCount- Returns:
- workflowTemplateCount The workflowTemplateCount of this
BckndExecutableResourceQuotaResponseUsageinstance.
-
setWorkflowTemplateCount
Set the workflowTemplateCount of thisBckndExecutableResourceQuotaResponseUsageinstance.- Parameters:
workflowTemplateCount- The workflowTemplateCount of thisBckndExecutableResourceQuotaResponseUsage
-
getCustomFieldNames
Get the names of the unrecognizable properties of theBckndExecutableResourceQuotaResponseUsage.- 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 thisBckndExecutableResourceQuotaResponseUsageinstance.- 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 thisBckndExecutableResourceQuotaResponseUsageinstance including unrecognized properties.- Returns:
- The map of all properties
-
setCustomField
Set an unrecognizable property of thisBckndExecutableResourceQuotaResponseUsageinstance. 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 newBckndExecutableResourceQuotaResponseUsageinstance. No arguments are required.
-
toMap()instead.