Package com.sap.ai.sdk.core.model
Class BckndDeploymentQuotaItem
java.lang.Object
com.sap.ai.sdk.core.model.BckndDeploymentQuotaItem
BckndDeploymentQuotaItem
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault constructor for BckndDeploymentQuotaItem. -
Method Summary
Modifier and TypeMethodDescriptionstatic BckndDeploymentQuotaItemcreate()Create a newBckndDeploymentQuotaIteminstance.deploymentQuota(BckndDeploymentQuota deploymentQuota) Set the deploymentQuota of thisBckndDeploymentQuotaIteminstance and return the same instance.booleangetCustomField(String name) Deprecated.Get the names of the unrecognizable properties of theBckndDeploymentQuotaItem.Get deploymentQuotaGet resourcePlanTypeinthashCode()resourcePlanType(String resourcePlanType) Set the resourcePlanType of thisBckndDeploymentQuotaIteminstance and return the same instance.voidsetCustomField(String customFieldName, Object customFieldValue) Set an unrecognizable property of thisBckndDeploymentQuotaIteminstance.voidsetDeploymentQuota(BckndDeploymentQuota deploymentQuota) Set the deploymentQuota of thisBckndDeploymentQuotaIteminstance.voidsetResourcePlanType(String resourcePlanType) Set the resourcePlanType of thisBckndDeploymentQuotaIteminstance.toMap()Get the value of all properties of thisBckndDeploymentQuotaIteminstance including unrecognized properties.toString()
-
Constructor Details
-
BckndDeploymentQuotaItem
protected BckndDeploymentQuotaItem()Default constructor for BckndDeploymentQuotaItem.
-
-
Method Details
-
resourcePlanType
Set the resourcePlanType of thisBckndDeploymentQuotaIteminstance and return the same instance.- Parameters:
resourcePlanType- The resourcePlanType of thisBckndDeploymentQuotaItem- Returns:
- The same instance of this
BckndDeploymentQuotaItemclass
-
getResourcePlanType
Get resourcePlanType- Returns:
- resourcePlanType The resourcePlanType of this
BckndDeploymentQuotaIteminstance.
-
setResourcePlanType
Set the resourcePlanType of thisBckndDeploymentQuotaIteminstance.- Parameters:
resourcePlanType- The resourcePlanType of thisBckndDeploymentQuotaItem
-
deploymentQuota
@Nonnull public BckndDeploymentQuotaItem deploymentQuota(@Nullable BckndDeploymentQuota deploymentQuota) Set the deploymentQuota of thisBckndDeploymentQuotaIteminstance and return the same instance.- Parameters:
deploymentQuota- The deploymentQuota of thisBckndDeploymentQuotaItem- Returns:
- The same instance of this
BckndDeploymentQuotaItemclass
-
getDeploymentQuota
Get deploymentQuota- Returns:
- deploymentQuota The deploymentQuota of this
BckndDeploymentQuotaIteminstance.
-
setDeploymentQuota
Set the deploymentQuota of thisBckndDeploymentQuotaIteminstance.- Parameters:
deploymentQuota- The deploymentQuota of thisBckndDeploymentQuotaItem
-
getCustomFieldNames
Get the names of the unrecognizable properties of theBckndDeploymentQuotaItem.- 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 thisBckndDeploymentQuotaIteminstance.- 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 thisBckndDeploymentQuotaIteminstance including unrecognized properties.- Returns:
- The map of all properties
-
setCustomField
Set an unrecognizable property of thisBckndDeploymentQuotaIteminstance. 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 newBckndDeploymentQuotaIteminstance. No arguments are required.
-
toMap()instead.