Package com.sap.ai.sdk.core.model
Class BckndTenant
java.lang.Object
com.sap.ai.sdk.core.model.BckndTenant
BckndTenant
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BckndTenantcreate()Create a newBckndTenantinstance.booleangetCustomField(String name) Deprecated.Get the names of the unrecognizable properties of theBckndTenant.real sub account idservice plantenant idzone idinthashCode()realSubaccountId(String realSubaccountId) Set the realSubaccountId of thisBckndTenantinstance and return the same instance.servicePlan(String servicePlan) Set the servicePlan of thisBckndTenantinstance and return the same instance.voidsetCustomField(String customFieldName, Object customFieldValue) Set an unrecognizable property of thisBckndTenantinstance.voidsetRealSubaccountId(String realSubaccountId) Set the realSubaccountId of thisBckndTenantinstance.voidsetServicePlan(String servicePlan) Set the servicePlan of thisBckndTenantinstance.voidsetTenantId(String tenantId) Set the tenantId of thisBckndTenantinstance.voidSet the zoneId of thisBckndTenantinstance.Set the tenantId of thisBckndTenantinstance and return the same instance.toMap()Get the value of all properties of thisBckndTenantinstance including unrecognized properties.toString()Set the zoneId of thisBckndTenantinstance and return the same instance.
-
Constructor Details
-
BckndTenant
protected BckndTenant()Default constructor for BckndTenant.
-
-
Method Details
-
tenantId
Set the tenantId of thisBckndTenantinstance and return the same instance.- Parameters:
tenantId- tenant id- Returns:
- The same instance of this
BckndTenantclass
-
getTenantId
tenant id- Returns:
- tenantId The tenantId of this
BckndTenantinstance.
-
setTenantId
Set the tenantId of thisBckndTenantinstance.- Parameters:
tenantId- tenant id
-
zoneId
Set the zoneId of thisBckndTenantinstance and return the same instance.- Parameters:
zoneId- zone id- Returns:
- The same instance of this
BckndTenantclass
-
getZoneId
zone id- Returns:
- zoneId The zoneId of this
BckndTenantinstance.
-
setZoneId
Set the zoneId of thisBckndTenantinstance.- Parameters:
zoneId- zone id
-
realSubaccountId
Set the realSubaccountId of thisBckndTenantinstance and return the same instance.- Parameters:
realSubaccountId- real sub account id- Returns:
- The same instance of this
BckndTenantclass
-
getRealSubaccountId
real sub account id- Returns:
- realSubaccountId The realSubaccountId of this
BckndTenantinstance.
-
setRealSubaccountId
Set the realSubaccountId of thisBckndTenantinstance.- Parameters:
realSubaccountId- real sub account id
-
servicePlan
Set the servicePlan of thisBckndTenantinstance and return the same instance.- Parameters:
servicePlan- service plan- Returns:
- The same instance of this
BckndTenantclass
-
getServicePlan
service plan- Returns:
- servicePlan The servicePlan of this
BckndTenantinstance.
-
setServicePlan
Set the servicePlan of thisBckndTenantinstance.- Parameters:
servicePlan- service plan
-
getCustomFieldNames
Get the names of the unrecognizable properties of theBckndTenant.- 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 thisBckndTenantinstance.- 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 thisBckndTenantinstance including unrecognized properties.- Returns:
- The map of all properties
-
setCustomField
Set an unrecognizable property of thisBckndTenantinstance. 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 newBckndTenantinstance. No arguments are required.
-
toMap()instead.