Package com.sap.ai.sdk.core.model
Class BckndResourceGroupBase
java.lang.Object
com.sap.ai.sdk.core.model.BckndResourceGroupBase
BckndResourceGroupBase
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault constructor for BckndResourceGroupBase. -
Method Summary
Modifier and TypeMethodDescriptionstatic BckndResourceGroupBasecreate()Create a newBckndResourceGroupBaseinstance.booleangetCustomField(String name) Deprecated.Get the names of the unrecognizable properties of theBckndResourceGroupBase.resource group idtenant idzone idinthashCode()resourceGroupId(String resourceGroupId) Set the resourceGroupId of thisBckndResourceGroupBaseinstance and return the same instance.voidsetCustomField(String customFieldName, Object customFieldValue) Set an unrecognizable property of thisBckndResourceGroupBaseinstance.voidsetResourceGroupId(String resourceGroupId) Set the resourceGroupId of thisBckndResourceGroupBaseinstance.voidsetTenantId(String tenantId) Set the tenantId of thisBckndResourceGroupBaseinstance.voidSet the zoneId of thisBckndResourceGroupBaseinstance.Set the tenantId of thisBckndResourceGroupBaseinstance and return the same instance.toMap()Get the value of all properties of thisBckndResourceGroupBaseinstance including unrecognized properties.toString()Set the zoneId of thisBckndResourceGroupBaseinstance and return the same instance.
-
Constructor Details
-
BckndResourceGroupBase
protected BckndResourceGroupBase()Default constructor for BckndResourceGroupBase.
-
-
Method Details
-
resourceGroupId
Set the resourceGroupId of thisBckndResourceGroupBaseinstance and return the same instance.- Parameters:
resourceGroupId- resource group id- Returns:
- The same instance of this
BckndResourceGroupBaseclass
-
getResourceGroupId
resource group id- Returns:
- resourceGroupId The resourceGroupId of this
BckndResourceGroupBaseinstance.
-
setResourceGroupId
Set the resourceGroupId of thisBckndResourceGroupBaseinstance.- Parameters:
resourceGroupId- resource group id
-
tenantId
Set the tenantId of thisBckndResourceGroupBaseinstance and return the same instance.- Parameters:
tenantId- tenant id- Returns:
- The same instance of this
BckndResourceGroupBaseclass
-
getTenantId
tenant id- Returns:
- tenantId The tenantId of this
BckndResourceGroupBaseinstance.
-
setTenantId
Set the tenantId of thisBckndResourceGroupBaseinstance.- Parameters:
tenantId- tenant id
-
zoneId
Set the zoneId of thisBckndResourceGroupBaseinstance and return the same instance.- Parameters:
zoneId- zone id- Returns:
- The same instance of this
BckndResourceGroupBaseclass
-
getZoneId
zone id- Returns:
- zoneId The zoneId of this
BckndResourceGroupBaseinstance.
-
setZoneId
Set the zoneId of thisBckndResourceGroupBaseinstance.- Parameters:
zoneId- zone id
-
getCustomFieldNames
Get the names of the unrecognizable properties of theBckndResourceGroupBase.- 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 thisBckndResourceGroupBaseinstance.- 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 thisBckndResourceGroupBaseinstance including unrecognized properties.- Returns:
- The map of all properties
-
setCustomField
Set an unrecognizable property of thisBckndResourceGroupBaseinstance. 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 newBckndResourceGroupBaseinstance. No arguments are required.
-
toMap()instead.